Share via


PropertyExpressionObservableCollection.GetEnumerator Method

Gets an enumerator to iterate through the collection

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

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of PropertyExpression)
public IEnumerator<PropertyExpression> GetEnumerator()
public:
IEnumerator<PropertyExpression^>^ GetEnumerator()
member GetEnumerator : unit -> IEnumerator<PropertyExpression> 
public function GetEnumerator() : IEnumerator<PropertyExpression>

Return Value

Type: IEnumerator<PropertyExpression>
IEnumerator reference for iteration

.NET Framework Security

See Also

Reference

PropertyExpressionObservableCollection Class

Microsoft.VisualStudio.TestTools.UITesting Namespace