IVsMethodDataEx.GetCopyTipText(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the text for the specified method that would appear in the ParameterInfo tooltip.
public:
int GetCopyTipText(int iMethod, [Runtime::InteropServices::Out] System::String ^ % pbstrTipText);
int GetCopyTipText(int iMethod, [Runtime::InteropServices::Out] std::wstring const & & pbstrTipText);
public int GetCopyTipText (int iMethod, out string pbstrTipText);
abstract member GetCopyTipText : int * string -> int
Public Function GetCopyTipText (iMethod As Integer, ByRef pbstrTipText As String) As Integer
Parameters
- iMethod
- Int32
in] The index of the method signature.
- pbstrTipText
- String
[out] The displayable string.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.