NativeActivityMetadata.GetVariablesWithReflection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リフレクションを使用して変数のコレクションを返します。
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型のすべてのパブリック プロパティ、またはTがVariableから派生し、コレクション内でそれらを返すIList<T>またはICollection<T>を調べます。