Compartilhar via


Propriedade WpfCell.Indeterminate

Obtém ou define o estado indeterminado deste controle de célula.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overridable Property Indeterminate As Boolean
    Get
    Set
public virtual bool Indeterminate { get; set; }
public:
virtual property bool Indeterminate {
    bool get ();
    void set (bool value);
}
abstract Indeterminate : bool with get, set
override Indeterminate : bool with get, set
function get Indeterminate () : boolean
function set Indeterminate (value : boolean)

Valor de propriedade

Tipo: System.Boolean
O estado indeterminado deste controle de célula.

Segurança do .NET Framework

Consulte também

Referência

WpfCell Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting.WpfControls