다음을 통해 공유


GraphPropertyCollection.IEnumerable<GraphProperty>.IEnumerable 메서드

네임스페이스:  Microsoft.VisualStudio.GraphModel
어셈블리:  Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)

구문

‘선언
Private Function GetEnumerator As IEnumerator(Of GraphProperty)
    Implements IEnumerable(Of GraphProperty).GetEnumerator
IEnumerator<GraphProperty> IEnumerable<GraphProperty>.GetEnumerator()
private:
virtual IEnumerator<GraphProperty^>^ GetEnumerator() sealed = IEnumerable<GraphProperty^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<GraphProperty> 
private override GetEnumerator : unit -> IEnumerator<GraphProperty> 
JScript에서는 명시적 인터페이스 구현을 지원하지 않습니다.

반환 값

형식: IEnumerator<GraphProperty>
IEnumerator를 반환합니다.

구현

IEnumerable.GetEnumerator

.NET Framework 보안

참고 항목

참조

GraphPropertyCollection 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스