IVsMethodTipWindow2-Schnittstelle
Stellt zusätzliche Methoden für die IVsMethodTipWindow-Schnittstelle bereit.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("E9E55E72-13BC-4362-B80A-A2EB33A75809")> _
<InterfaceTypeAttribute()> _
Public Interface IVsMethodTipWindow2
[GuidAttribute("E9E55E72-13BC-4362-B80A-A2EB33A75809")]
[InterfaceTypeAttribute()]
public interface IVsMethodTipWindow2
[GuidAttribute(L"E9E55E72-13BC-4362-B80A-A2EB33A75809")]
[InterfaceTypeAttribute()]
public interface class IVsMethodTipWindow2
[<GuidAttribute("E9E55E72-13BC-4362-B80A-A2EB33A75809")>]
[<InterfaceTypeAttribute()>]
type IVsMethodTipWindow2 = interface end
public interface IVsMethodTipWindow2
Der IVsMethodTipWindow2-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
GetOverloadCount | Ruft die Anzahl der Überladungen der aktuellen Methode ab. | |
NextMethod | Verschiebt das Fenster Tipp an die nächste Methode. | |
PrevMethod | Verschiebt die QuickInfo für die vorherige Methode. |
Zum Seitenanfang