IVsWindowSearchHost.IsVisible-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab oder legt fest, ob ein- oder Ausblenden des suchen-Steuerelements.

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

Syntax

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

Eigenschaftswert

Type: System.Boolean

true Wenn das Steuerelement für die Suche nach und sichtbar ist, festgelegt ist oder false wenn das Steuerelement für die Suche nicht sichtbar ist.

Siehe auch

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

Zurück zum Anfang