IVsWindowSearchBooleanOption.Value Propriedade
Obtém ou define o valor booliano do estado da caixa de seleção.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (em Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Sintaxe
[DispIdAttribute(1610743808)]
bool Value { get; set; }
[DispIdAttribute(1610743808)]
property bool Value {
bool get();
void set(bool value);
}
[<DispIdAttribute(1610743808)>]
abstract Value : bool with get, set
<DispIdAttribute(1610743808)>
Property Value As Boolean
Valor de propriedade
Type: System.Boolean
true Se a caixa de seleção estiver marcada, ou false se a caixa de seleção não estiver marcada.
Consulte também
Interface IVsWindowSearchBooleanOption
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo