UITestControlCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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] |