Source.CompletionSet 属性

获取 CompletionSet 集合用于 Source 类的此实例。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)

语法

声明
Public ReadOnly Property CompletionSet As CompletionSet
public CompletionSet CompletionSet { get; }

属性值

类型:Microsoft.VisualStudio.Package.CompletionSet
在构造函数创建的 CompletionSet 对象。

备注

CompletionSet 对象在构造函数创建通过调用 CreateCompletionSet 方法。 设置的完成保护成员的 IntelliSense 完成的支持。

.NET Framework 安全性

请参见

参考

Source 类

Microsoft.VisualStudio.Package 命名空间