IVsMethodDataEx Interface
Visual Studio 2012
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)
The IVsMethodDataEx type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetCopyTipText | 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 ImplementersThis interface is implemented on the same object that implements the IVsMethodData interface.
Notes to CallersObtain this interface by calling the QueryInterface method on an IVsMethodData object (or for managed code, casting an IVsMethodData object to the IVsMethodDataEx interface).
