提供给定内容类型的完成项。
命名空间: Microsoft.VisualStudio.Language.Intellisense
程序集: Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
语法
声明
Public Interface ICompletionSource _
Inherits IDisposable
public interface ICompletionSource : IDisposable
public interface class ICompletionSource : IDisposable
type ICompletionSource =
interface
interface IDisposable
end
public interface ICompletionSource extends IDisposable
ICompletionSource 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
AugmentCompletionSession | 确定 CompletionSet应是指定的 ICompletionSession的一部分。 |
![]() |
Dispose | 执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 IDisposable。) |
页首
示例
有关此接口的示例,请参见 演练:显示的语句完成。