IVsWindowSearchBooleanOption.Value Property
Gets or set the Boolean value of the checkbox state.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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: Boolean
true if the checkbox is checked, or false if the checkbox is not checked.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.