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.
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.
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^The UITestControlCollection at the given index.
Show: