IVsWindowSearchHost.IsPopupVisible-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab oder legt fest, ob ein- oder Ausblenden des suchen-Steuerelements Popup (wenn das Steuerelement für die Suche hat Einstellungen erfordern ein Popup, z. B. MRU-Optionen oder Filter).

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

[DispIdAttribute(1610678284)]
bool IsPopupVisible { get; set; }
[DispIdAttribute(1610678284)]
property bool IsPopupVisible {
    bool get();
    void set(bool value);
}
[<DispIdAttribute(1610678284)>]
abstract IsPopupVisible : bool with get, set
<DispIdAttribute(1610678284)>
Property IsPopupVisible As Boolean

Eigenschaftswert

Type: System.Boolean

true Wenn die suchen-Steuerelements Popup sichtbar ist oder false wenn das Popup nicht sichtbar ist.

Siehe auch

IVsWindowSearchHost-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang