NativeActivityMetadata.GetDelegatesWithReflection Metoda

Definice

Vrátí kolekci delegátů používajících reflexi.

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)

Návraty

Kolekce delegátů.

Poznámky

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

Platí pro