IVsWindowSearchBooleanOption.Value-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab oder legen den booleschen Wert des Kontrollkästchenstatus.

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

Syntax

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

Eigenschaftswert

Type: System.Boolean

true Wenn das Kontrollkästchen aktiviert ist, oder false wenn das Kontrollkästchen nicht aktiviert ist.

Siehe auch

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

Zurück zum Anfang