IVsMethodData.UpdateView 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Sub UpdateView
void UpdateView()
void UpdateView()
abstract UpdateView : unit -> unit
function UpdateView()

备注

COM 签名

从 textmgr.idl:

void IVsMethodData::UpdateView();

此方法由视图调用以通知您更新视图。 若要更新方法数据中的提示窗口,调用 UpdateTipWindow

.NET Framework 安全性

请参阅

参考

IVsMethodData 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间