WindowSearchBooleanOption::Value Property

 

Gets or sets the value of the Boolean option.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool Value {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

Returns the value of the option. True indicates check box is checked; false indicates check box is unchecked.

Return to top
Show: