WindowSearchBooleanOption.Value Property
Gets or sets the value of the Boolean option.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Overridable Property Value As Boolean
public virtual bool Value { get; set; }
public:
virtual property bool Value {
bool get ();
void set (bool value);
}
abstract Value : bool with get, set
override Value : bool with get, set
function get Value () : boolean
function set Value (value : boolean)
Property Value
Type: Boolean
Returns the value of the option. True indicates check box is checked; false indicates check box is unchecked.
Implements
IVsWindowSearchBooleanOption.Value
.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.