PropertyExpressionCollection.GetEnumerator Method

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of PropertyExpression)
public IEnumerator<PropertyExpression> GetEnumerator()
public:
virtual IEnumerator<PropertyExpression^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<PropertyExpression> 
override GetEnumerator : unit -> IEnumerator<PropertyExpression> 
public final function GetEnumerator() : IEnumerator<PropertyExpression>

Return Value

Type: System.Collections.Generic.IEnumerator<PropertyExpression>

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

PropertyExpressionCollection Class

Microsoft.VisualStudio.TestTools.UITesting Namespace