UITestControlCollection Class

Definition

public ref class UITestControlCollection : System::Collections::CollectionBase, System::Collections::Generic::ICollection<Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^>
[System.CLSCompliant(true)]
public class UITestControlCollection : System.Collections.CollectionBase, System.Collections.Generic.ICollection<Microsoft.VisualStudio.TestTools.UITesting.UITestControl>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestTools.UITesting.UITestControl>
[<System.CLSCompliant(true)>]
type UITestControlCollection = class
    inherit CollectionBase
    interface ICollection<UITestControl>
    interface seq<UITestControl>
    interface IEnumerable
Public Class UITestControlCollection
Inherits CollectionBase
Implements ICollection(Of UITestControl), IEnumerable(Of UITestControl)
Inheritance
UITestControlCollection
Attributes
Implements

Constructors

UITestControlCollection()

Properties

IsReadOnly
Item[Int32]

Methods

Add(UITestControl)
Contains(UITestControl)
CopyTo(UITestControl[], Int32)
GetEnumerator()
GetNamesOfControls()
GetPropertyValuesOfControls<T>(String)
GetValuesOfControls()
IndexOf(UITestControl)
Insert(Int32, UITestControl)
Remove(UITestControl)
RemoveAll(Predicate<UITestControl>)

Applies to