Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator that iterates through the UITestControlCollection instance.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of UITestControl)
public IEnumerator<UITestControl> GetEnumerator()
public:
virtual IEnumerator<UITestControl^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<UITestControl>
override GetEnumerator : unit -> IEnumerator<UITestControl>
public final function GetEnumerator() : IEnumerator<UITestControl>
Return Value
Type: System.Collections.Generic.IEnumerator<UITestControl>
An IEnumerator for the UITestControlCollection instance.
Implements
IEnumerable<T>.GetEnumerator()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.