ActivityMetadata.GetVariablesWithReflection メソッド

定義

リフレクションを使用して変数のコレクションを返します。

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)

戻り値

変数のコレクションです。

注釈

このメソッドは、 アクティビティをTypeDescriptor使用して、 型Variable、または IList<T>ICollection<T> から派生Variableしたパブリック T プロパティをすべて調べ、コレクション内でそれらを返します。

適用対象