IVsMethodTipWindow3.GetMethodData 方法

在方法提示窗口中获取的方法显示数据。

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

语法

声明
Function GetMethodData ( _
    <OutAttribute> ByRef pMethodData As IVsMethodData _
) As Integer
int GetMethodData(
    out IVsMethodData pMethodData
)
int GetMethodData(
    [OutAttribute] IVsMethodData^% pMethodData
)
abstract GetMethodData : 
        pMethodData:IVsMethodData byref -> int
function GetMethodData(
    pMethodData : IVsMethodData
) : int

参数

返回值

类型:Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

.NET Framework 安全性

请参阅

参考

IVsMethodTipWindow3 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间