WpfTreeItem.Selected Property

Gets a value that indicates whether this tree item control is selected.

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

Syntax

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

Property Value

Type: Boolean
true if this tree item control is selected; otherwise, false.

.NET Framework Security

See Also

Reference

WpfTreeItem Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace