共用方式為


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 NoneXamlType.LookupCollectionKind

重要

如果您未存取完全信任的 XAML 類型系統,這個方法可能會向呼叫端回報誤 MethodInfo 判資訊。

給繼承者的注意事項

基底實作會呼叫內部協助程式方法。 該協助程式會針對 以未知 為基礎的案例傳回 null ,其中包含 的 XamlTypenull 的案例 UnderlyingTypeXamlTypeInvoker XamlType 它也會 null 針對傳回 的情況 LookupCollectionKind() 傳回 None

適用於