TestProfile オブジェクト
関連:API テストのみ
説明
[プロパティ]表示枠での指定に基づいて,現在アクティブなテスト・プロファイルに適用される環境変数とユーザ変数の値にアクセスします。
構文
this.<アクティビティ>.Context.TestProfile.<サポートされるメソッド>
サポートされるメソッド
-
GetType
-
GetVariableNames
-
GetVariableValue
-
SetVariableValue
例
this.ConcatenateStringsActivity4.Context.TestProfile.GetVariableValue("Prefix");

