WinRow.Selected Property

Gets a value that indicates whether this table row is selected.

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
public virtual bool Selected { get; }
public:
virtual property bool Selected {
    bool get ();
}
abstract Selected : bool
override Selected : bool
function get Selected () : boolean

Property Value

Type: System.Boolean
true if this table row is selected; otherwise, false.

.NET Framework Security

See Also

Reference

WinRow Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace