Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides additional methods for the IVsMethodTipWindow and IVsMethodTipWindow2 interfaces.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.10.0 (in Microsoft.VisualStudio.TextManager.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("5C17E526-0F7B-40FC-8E94-E12ADC618A02")> _
Public Interface IVsMethodTipWindow3
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("5C17E526-0F7B-40FC-8E94-E12ADC618A02")]
public interface IVsMethodTipWindow3
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"5C17E526-0F7B-40FC-8E94-E12ADC618A02")]
public interface class IVsMethodTipWindow3
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("5C17E526-0F7B-40FC-8E94-E12ADC618A02")>]
type IVsMethodTipWindow3 = interface end
public interface IVsMethodTipWindow3
The IVsMethodTipWindow3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetMethodData | Gets method data to display in the method tip window. |
Top