Share via


IVsWindowSearchBooleanOption.Value Property

Gets or set the Boolean value of the checkbox state.

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

Syntax

'Declaration
Property Value As Boolean
bool Value { get; set; }
property bool Value {
    bool get ();
    void set (bool value);
}
abstract Value : bool with get, set
function get Value () : boolean 
function set Value (value : boolean)

Property Value

Type: System.Boolean
true if the checkbox is checked, or false if the checkbox is not checked.

.NET Framework Security

See Also

Reference

IVsWindowSearchBooleanOption Interface

Microsoft.VisualStudio.Shell.Interop Namespace