This topic has not yet been rated - Rate this topic

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()]
[GuidAttribute("28ABE611-DCB8-4684-9793-105C92839AAB")]
public interface IVsMethodDataEx

The IVsMethodDataEx type exposes the following members.

  NameDescription
Public methodGetCopyTipTextReturns the text for the specified method that would appear in the ParameterInfo tooltip.
Top

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).

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.