DocumentProperties.Refresh 方法

更新具有最新的属性值 属性 窗口。

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

语法

声明
Public Sub Refresh
public void Refresh()

备注

此方法通过调用在 DocumentProperties 类构造函数获取的 IVsTrackSelectionEx 对象的 OnSelectChange 方法触发更新。

.NET Framework 安全性

请参见

参考

DocumentProperties 类

Microsoft.VisualStudio.Package 命名空间