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>から派生し、コレクション内でそれらを返すTまたはVariableを調べます。

適用対象