NativeActivityMetadata.GetDelegatesWithReflection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回使用反映的委派集合。
public:
System::Collections::ObjectModel::Collection<System::Activities::ActivityDelegate ^> ^ GetDelegatesWithReflection();
public System.Collections.ObjectModel.Collection<System.Activities.ActivityDelegate> GetDelegatesWithReflection ();
member this.GetDelegatesWithReflection : unit -> System.Collections.ObjectModel.Collection<System.Activities.ActivityDelegate>
Public Function GetDelegatesWithReflection () As Collection(Of ActivityDelegate)
傳回
委派的集合。
備註
這個方法會使用 活動的 TypeDescriptor 來檢查 類型 ActivityDelegate或 或 IList<T>
ICollection<T>
衍生自 T
ActivityDelegate的所有公用屬性,並在集合中傳回它們。