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.

UITestControlCollection::Item Property (Int32)

 

Gets or sets the UITestControlCollection at a given index.

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

public:
property UITestControl^ default[
	int index
] {
	UITestControl^ get(int index);
	void set(int index, UITestControl^ value);
}

Parameters

index
Type: System::Int32

The zero-based index of the element to get or set.

Return to top
Show: