다음을 통해 공유


WindowSearchBooleanOption.Value Property

Gets or sets the value of the Boolean option.

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

Syntax

‘선언
Public Overridable Property Value As Boolean
public virtual bool Value { get; set; }

Property Value

Type: System.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

See Also

Reference

WindowSearchBooleanOption Class

Microsoft.VisualStudio.PlatformUI Namespace