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::Insert Method (Int32, UITestControl^)
Inserts a UITestControl into the UITestControlCollection at the specified index.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which control should be inserted.
- control
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::UITestControl^
The UITestControl to insert.
Show: