Declarations.LastBestMatch 属性

获取或设置到目前为止最佳匹配项的名称的类型化的。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.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.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)

语法

声明
Public Property LastBestMatch As String
public string LastBestMatch { get; set; }

属性值

类型:System.String
如果最佳匹配集,则返回包含项目的名称的字符串;否则,返回空字符串。

备注

最后一个最佳匹配值是先前的设置的内部字符串调用 GetBestMatch 方法。

.NET Framework 安全性

请参见

参考

Declarations 类

Microsoft.VisualStudio.Package 命名空间