Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WinList::CheckedIndices Property

 

Gets or sets an array of indexes for those items in the list that are selected.

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

public:
property array<int>^ CheckedIndices {
	virtual array<int>^ get();
	virtual void set(array<int>^ value);
}

Property Value

Type: array<System::Int32>^

An array of indexes for those items in the list that are selected.

Return to top
Show: