WinCell.Selected-Eigenschaft

Gibt einen Wert zurück, der angibt, ob diese Zelle ausgewählt ist, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Selected As Boolean
    Get
public virtual bool Selected { get; }
public:
virtual property bool Selected {
    bool get ();
}
abstract Selected : bool
override Selected : bool
function get Selected () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn diese Zelle ausgewählt ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WinCell Klasse

Microsoft.VisualStudio.TestTools.UITesting.WinControls-Namespace