ActivityMetadata.GetImportedChildrenWithReflection Metoda

Definice

Vrátí kolekci importovaných podřízených aktivit pomocí reflexe.

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)

Návraty

Kolekce importovaných podřízených aktivit.

Poznámky

Tato metoda používá aktivity TypeDescriptor ke kontrole všech veřejných vlastností typu Activity, nebo IList<T>ICollection<T> , kde T je odvozen z Activitya vrací je v kolekci.

Platí pro