IVsMethodDataEx Interface

 

Provides access to the entire text shown for a method in an IntelliSense Parameter Info ToolTip.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("28ABE611-DCB8-4684-9793-105C92839AAB")]
public interface IVsMethodDataEx

NameDescription
System_CAPS_pubmethodGetCopyTipText(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).

Return to top
Show: