IVsMethodDataEx Interface
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.
Provides access to the entire text shown for a method in an IntelliSense Parameter Info ToolTip.
public interface class IVsMethodDataEx
public interface class IVsMethodDataEx
__interface IVsMethodDataEx
[System.Runtime.InteropServices.Guid("28ABE611-DCB8-4684-9793-105C92839AAB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsMethodDataEx
[System.Runtime.InteropServices.Guid("28ABE611-DCB8-4684-9793-105C92839AAB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsMethodDataEx
[<System.Runtime.InteropServices.Guid("28ABE611-DCB8-4684-9793-105C92839AAB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsMethodDataEx = interface
[<System.Runtime.InteropServices.Guid("28ABE611-DCB8-4684-9793-105C92839AAB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsMethodDataEx = interface
Public Interface IVsMethodDataEx
- Attributes
Remarks
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).
Methods
GetCopyTipText(Int32, String) |
Returns the text for the specified method that would appear in the ParameterInfo tooltip. |