Compartir a través de


WpfCell.Indeterminate (Propiedad)

Obtiene o establece el estado indeterminado de este control de celda.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
Public Overridable Property Indeterminate As Boolean
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 propiedad

Tipo: System.Boolean
Estado indeterminado de este control de celda.

Seguridad de .NET Framework

Vea también

Referencia

WpfCell Clase

Microsoft.VisualStudio.TestTools.UITesting.WpfControls (Espacio de nombres)