Поделиться через


PropertyExpressionCollection.GetEnumerator - метод

Пространство имен:  Microsoft.VisualStudio.TestTools.UITesting
Сборка:  Microsoft.VisualStudio.TestTools.UITest.Extension (в Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Синтаксис

'Декларация
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>

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerator<PropertyExpression>

Реализации

IEnumerable<T>.GetEnumerator()

Безопасность платформы .NET Framework

См. также

Ссылки

PropertyExpressionCollection Класс

Microsoft.VisualStudio.TestTools.UITesting - пространство имен