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
None
。 XamlType.LookupCollectionKind
重要
如果您未存取完全信任的 XAML 類型系統,這個方法可能會向呼叫端回報誤 MethodInfo 判資訊。
給繼承者的注意事項
基底實作會呼叫內部協助程式方法。 該協助程式會針對 以未知 為基礎的案例傳回 null
,其中包含 的 XamlType 為 null
的案例 UnderlyingType 。 XamlTypeInvoker XamlType 它也會 null
針對傳回 的情況 LookupCollectionKind() 傳回 None
。