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.LookupCollectionKindNone
。
重要
如果不访问完全受信任的 XAML 类型系统,此方法可能会向调用方报告 false MethodInfo 信息。
继承者说明
基本实现调用内部帮助程序方法。 该帮助程序针对基于未知情况的情况XamlTypeInvoker返回null
,其中包括其中的案例UnderlyingType XamlType null
。XamlType 它还返回null
返回的情况LookupCollectionKind()None
。