XamlTypeInvoker.GetEnumeratorMethod 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
항목을 열거할 수 있는 메서드를 나타내는 개체를 반환합니다.
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이거나 null
입니다.
설명
반환할지 null
사례에 대 한 위치 XamlType.LookupCollectionKind 반환 None
합니다.
중요
완전히 신뢰할 수 있는 XAML 형식 시스템에 액세스 하지 않는 경우이 메서드는 보고서 false로 MethodInfo 호출자에 게 정보입니다.
상속자 참고
기본 구현은 내부 도우미 메서드를 호출합니다. 해당 도우미는 알 수 없는 XamlType경우를 기반으로 하는 경우 XamlTypeInvoker 를 반환 null
합니다. 여기에는 해당 인스턴스가 UnderlyingType XamlType 있는 경우가 포함됩니다null
. 또한 반환 null
None
되는 LookupCollectionKind() 경우를 반환합니다.