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á aktivitu TypeDescriptor k prozkoumání všech veřejných vlastností typu Activity, nebo IList<T>ICollection<T> kde T je odvozen od Activitya vrací je v kolekci.

Platí pro