MethodData.MethodTipWindow Eigenschaft

Definition

Bestimmt das Methodentippfenster, wie von einer IVsMethodTipWindow-Schnittstelle dargestellt.

protected:
 property Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ MethodTipWindow { Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ value); };
protected:
 property Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ MethodTipWindow { Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ value); };
protected Microsoft.VisualStudio.TextManager.Interop.IVsMethodTipWindow MethodTipWindow { get; set; }
member this.MethodTipWindow : Microsoft.VisualStudio.TextManager.Interop.IVsMethodTipWindow with get, set
Protected Property MethodTipWindow As IVsMethodTipWindow

Eigenschaftswert

IVsMethodTipWindow

Gibt das IVsMethodTipWindow-Objekt zurück, das im MethodData-Klassenkonstruktor erstellt wurde.

Hinweise

Auf diese Eigenschaft kann nur von einer abgeleiteten Klasse zugegriffen werden.

Gilt für