Proprietà WpfCell.Checked

Ottiene o imposta un valore che indica se questa cella di tabella è selezionata.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
Public Overridable Property Checked As Boolean
public virtual bool Checked { get; set; }
public:
virtual property bool Checked {
    bool get ();
    void set (bool value);
}
abstract Checked : bool with get, set
override Checked : bool with get, set
function get Checked () : boolean
function set Checked (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se questa cella di tabella è selezionata; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WpfCell Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting.WpfControls