IVsMethodDataEx Interface
Visual Studio 2015
Provides access to the entire text shown for a method in an IntelliSense Parameter Info ToolTip.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetCopyTipText(Int32, String) | Returns the text for the specified method that would appear in the ParameterInfo tooltip. |
Use this interface, if available, to quickly obtain the entire text of a particular method as it would be displayed in an IntelliSense Parameter Info ToolTip. Otherwise, call the methods in the IVsMethodData interface to construct the desired text.
Notes to Implementers:
This interface is implemented on the same object that implements the IVsMethodData interface.
Notes to Callers:
Obtain this interface by calling the QueryInterface method on an IVsMethodData object (or for managed code, casting an IVsMethodData object to the IVsMethodDataEx interface).
Show:
