다음을 통해 공유


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>

반환 값

형식: IEnumerator<PropertyExpression>

구현

IEnumerable.GetEnumerator

.NET Framework 보안

참고 항목

참조

PropertyExpressionCollection 클래스

Microsoft.VisualStudio.TestTools.UITesting 네임스페이스