Share via


IVsMethodTipWindow3.GetMethodData Method

Gets method data to display in the method tip window.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.10.0 (in Microsoft.VisualStudio.TextManager.Interop.10.0.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IVsMethodTipWindow3 Interface

Microsoft.VisualStudio.TextManager.Interop Namespace