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