다음을 통해 공유


GraphCategoryCollection.IEnumerable<GraphCategory>.IEnumerable 메서드

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

구문

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

반환 값

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

구현

IEnumerable.GetEnumerator

.NET Framework 보안

참고 항목

참조

GraphCategoryCollection 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스