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.LookupCollectionKindNone

重要

如果不访问完全受信任的 XAML 类型系统,此方法可能会向调用方报告 false MethodInfo 信息。

继承者说明

基本实现调用内部帮助程序方法。 该帮助程序针对基于未知情况的情况XamlTypeInvoker返回null,其中包括其中的案例UnderlyingType XamlType nullXamlType 它还返回null返回的情况LookupCollectionKind()None

适用于