IVsMethodTipWindow3::GetMethodData Method (IVsMethodData^)

 

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)

int GetMethodData(
	[OutAttribute] IVsMethodData^% pMethodData
)

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.

Return to top
Show: