Share via


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

Applies to