PropertyCollection.GetEnumerator 메서드

정의

이 컬렉션을 반복하는 데 사용할 수 있는 열거자를 반환합니다.

public:
 virtual System::Collections::IDictionaryEnumerator ^ GetEnumerator();
public System.Collections.IDictionaryEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
override this.GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
Public Function GetEnumerator () As IDictionaryEnumerator

반환

이 컬렉션에서 반복하는 데 사용할 수 있는 IDictionaryEnumerator입니다.

구현

예외

기본 인터페이스를 호출하는 동안 오류가 발생한 경우

적용 대상