다음을 통해 공유


XamlTypeInvoker.GetEnumeratorMethod 메서드

정의

항목을 열거할 수 있는 메서드를 나타내는 개체를 반환합니다.

public:
 virtual System::Reflection::MethodInfo ^ GetEnumeratorMethod();
public virtual System.Reflection.MethodInfo GetEnumeratorMethod ();
abstract member GetEnumeratorMethod : unit -> System.Reflection.MethodInfo
override this.GetEnumeratorMethod : unit -> System.Reflection.MethodInfo
Public Overridable Function GetEnumeratorMethod () As MethodInfo

반환

MethodInfo

열거자 메서드에 대한 MethodInfo이거나 null입니다.

설명

반환할지 null 사례에 대 한 위치 XamlType.LookupCollectionKind 반환 None합니다.

중요

완전히 신뢰할 수 있는 XAML 형식 시스템에 액세스 하지 않는 경우이 메서드는 보고서 false로 MethodInfo 호출자에 게 정보입니다.

상속자 참고

기본 구현은 내부 도우미 메서드를 호출합니다. 해당 도우미는 알 수 없는 XamlType경우를 기반으로 하는 경우 XamlTypeInvoker 를 반환 null 합니다. 여기에는 해당 인스턴스가 UnderlyingType XamlType 있는 경우가 포함됩니다null. 또한 반환 null None되는 LookupCollectionKind() 경우를 반환합니다.

적용 대상