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、または IList<T>
ICollection<T>
から派生Variableした場所T
のすべてのパブリック プロパティを調べ、コレクション内でそれらを返します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET