NativeActivityMetadata.GetVariablesWithReflection Metoda

Definice

Vrátí kolekci proměnných pomocí reflexe.

public:
 System::Collections::ObjectModel::Collection<System::Activities::Variable ^> ^ GetVariablesWithReflection();
public System.Collections.ObjectModel.Collection<System.Activities.Variable> GetVariablesWithReflection ();
member this.GetVariablesWithReflection : unit -> System.Collections.ObjectModel.Collection<System.Activities.Variable>
Public Function GetVariablesWithReflection () As Collection(Of Variable)

Návraty

Kolekce proměnných.

Poznámky

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

Platí pro