IVsMethodTipWindow3.GetMethodData(IVsMethodData) Method

Definition

Gets method data to display in the method tip window.

public:
 int GetMethodData([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsMethodData ^ % pMethodData);
public:
 int GetMethodData([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsMethodData ^ &  pMethodData);
int GetMethodData([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsMethodData const & & pMethodData);
public int GetMethodData (out Microsoft.VisualStudio.TextManager.Interop.IVsMethodData pMethodData);
abstract member GetMethodData : IVsMethodData -> int
Public Function GetMethodData (ByRef pMethodData As IVsMethodData) As Integer

Parameters

pMethodData
IVsMethodData

[out] The IVsMethodData interface, which is used to set method and parameter information for the method tip window.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to