UITestControlCollection Class
Contains searchable properties of UITestControl.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
System.Collections::CollectionBase
Microsoft.VisualStudio.TestTools.UITesting::UITestControlCollection
| Name | Description | |
|---|---|---|
![]() | UITestControlCollection() | Initializes a new instance of the UITestControlCollection class. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from CollectionBase.) |
![]() | Count | (Inherited from CollectionBase.) |
![]() | InnerList | (Inherited from CollectionBase.) |
![]() | IsReadOnly | Gets the read-only status of the collection. |
![]() | Item[Int32] | Gets or sets the UITestControlCollection at a given index. |
![]() | List | (Inherited from CollectionBase.) |
| Name | Description | |
|---|---|---|
![]() | Add(UITestControl^) | Adds a UITestControl to the end of the UITestControlCollection. |
![]() | Clear() | (Inherited from CollectionBase.) |
![]() | Contains(UITestControl^) | Determines whether the UITestControlCollection contains a specific UITestControl. |
![]() | CopyTo(array<UITestControl^>^, Int32) | Copies the complete UITestControlCollection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the UITestControlCollection instance. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetNamesOfControls() | Gets the names of all controls in the collection. |
![]() | GetPropertyValuesOfControls<T>(String^) | Gets the property values for given property name for all controls in the collection. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValuesOfControls() | Gets the values of all controls in the collection. |
![]() | IndexOf(UITestControl^) | Searches for the specified Object and returns the zero-based index of the first occurrence of the specified UITestControl in the complete UITestControlCollection. |
![]() | Insert(Int32, UITestControl^) | Inserts a UITestControl into the UITestControlCollection at the specified index. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnClear() | (Inherited from CollectionBase.) |
![]() | OnClearComplete() | (Inherited from CollectionBase.) |
![]() | OnInsert(Int32, Object^) | (Inherited from CollectionBase.) |
![]() | OnInsertComplete(Int32, Object^) | (Inherited from CollectionBase.) |
![]() | OnRemove(Int32, Object^) | (Inherited from CollectionBase.) |
![]() | OnRemoveComplete(Int32, Object^) | (Inherited from CollectionBase.) |
![]() | OnSet(Int32, Object^, Object^) | (Inherited from CollectionBase.) |
![]() | OnSetComplete(Int32, Object^, Object^) | (Inherited from CollectionBase.) |
![]() | OnValidate(Object^) | (Inherited from CollectionBase.) |
![]() | Remove(UITestControl^) | Removes the first occurrence of UITestControl from the UITestControlCollection. |
![]() | RemoveAll(Predicate<UITestControl^>^) | Removes the controls matching the predicate. |
![]() | RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Add(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from CollectionBase.) |
No content here will be updated; please do not add material here.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





