IVsWindowSearchHost.IsEnabled-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab oder legt fest, ob das Steuerelement für die Suche aktiviert oder deaktiviert wurde.

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

Syntax

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

Eigenschaftswert

Type: System.Boolean

true Wenn das Steuerelement für die Suche aktiviert ist, oder false wenn das Steuerelement für die Suche deaktiviert ist.

Siehe auch

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

Zurück zum Anfang