NativeActivityMetadata.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型のすべてのパブリック プロパティ、またはTVariableから派生し、コレクション内でそれらを返すIList<T>またはICollection<T>を調べます。

適用対象