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)
Syntax
'Declaration
Public Overridable Property CheckedIndices As Integer()
public virtual int[] CheckedIndices { get; set; }
public:
virtual property array<int>^ CheckedIndices {
array<int>^ get ();
void set (array<int>^ value);
}
abstract CheckedIndices : int[] with get, set
override CheckedIndices : int[] with get, set
function get CheckedIndices () : int[]
function set CheckedIndices (value : int[])
Property Value
Type: array<Int32[]
An array of indexes for those items in the list that are selected.
.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.WinControls Namespace