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
pMethodData
Type: Microsoft.VisualStudio.TextManager.Interop.IVsMethodData%[out] The IVsMethodData interface, which is used to set method and parameter information for the method tip window.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.