XamlListItem.Selected Property
Gets the value indicating whether the list item is selected.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Overridable Property Selected As Boolean
public virtual bool Selected { get; internal set; }
public:
virtual property bool Selected {
bool get ();
internal: void set (bool value);
}
abstract Selected : bool with get, internal set
override Selected : bool with get, internal set
function get Selected () : boolean
internal function set Selected (value : boolean)
Property Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace