Share via


XamlList.SelectedIndices Property

Gets or sets the indices of the selected items of the list.

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

Syntax

'Declaration
Public Overridable Property SelectedIndices As Integer()
public virtual int[] SelectedIndices { get; set; }
public:
virtual property array<int>^ SelectedIndices {
    array<int>^ get ();
    void set (array<int>^ value);
}
abstract SelectedIndices : int[] with get, set 
override SelectedIndices : int[] with get, set
function get SelectedIndices () : int[]
function set SelectedIndices (value : int[])

Property Value

Type: array<System.Int32[]

.NET Framework Security

See Also

Reference

XamlList Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace