Source.CreateCompletionSet 方法

创建 CompletionSet 类的新实例。

命名空间:  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 Overridable Function CreateCompletionSet As CompletionSet
public virtual CompletionSet CreateCompletionSet()

返回值

类型:Microsoft.VisualStudio.Package.CompletionSet
CompletionSet 对象。

备注

此方法从 Source 类构造函数调用创建为所有 IntelliSense 成员完成操作使用的 CompletionSet 对象。 如果需要从 CompletionSet 类派生类,则必须从 Source 类派生类,重写方法并实例化拥有 CompletionSet 类。

该基方法始终返回新的 CompletionSet 初始化图像列表获取通过调用 LanguageService 对象的 GetImageList 方法传递到 Source 对象的构造函数。

.NET Framework 安全性

请参见

参考

Source 类

Microsoft.VisualStudio.Package 命名空间