ActivityMetadata.GetVariablesWithReflection Methode

Definitie

Retourneert een verzameling variabelen met behulp van weerspiegeling.

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)

Retouren

Een verzameling variabelen.

Opmerkingen

Deze methode gebruikt een activiteit TypeDescriptor om alle openbare eigenschappen van het type Variablete onderzoeken, of IList<T>ICollection<T> waar T deze zijn afgeleid van Variable, en retourneert deze in een verzameling.

Van toepassing op