WinList.SelectedIndices Property

Gets an array of indexes for the selected items in this list.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.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<Int32[]
An array of indexes for the selected items in this list.

.NET Framework Security

See Also

Reference

WinList Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace