IVsMethodTipWindow3::GetMethodData Method (IVsMethodData^)
Visual Studio 2015
Gets method data to display in the method tip window.
Assembly: Microsoft.VisualStudio.TextManager.Interop.10.0 (in Microsoft.VisualStudio.TextManager.Interop.10.0.dll)
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::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: