MethodData.MethodTipWindow 属性

确定方法提示窗口如由 IVsMethodTipWindow 接口。

命名空间:  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 中)

语法

声明
Protected Property MethodTipWindow As IVsMethodTipWindow
protected IVsMethodTipWindow MethodTipWindow { get; set; }

属性值

类型:Microsoft.VisualStudio.TextManager.Interop.IVsMethodTipWindow
返回在 MethodData 类构造函数创建的 IVsMethodTipWindow 对象。

备注

此属性可由派生类只访问。

.NET Framework 安全性

请参见

参考

MethodData 类

Microsoft.VisualStudio.Package 命名空间