Parent オブジェクト
関連:API テストのみ
説明
選択したアクティビティの親アクティビティにアクセスします。
構文
this.<アクティビティ>.Parent.<サポートされるメソッド>
this.<アクティビティ>.Context.Parent.<サポートされるメソッド>
注: ここで Context オブジェクトを使用すると,選択したアクティビティと親アクティビティの実行時コンテキストにアクセスできます。
サポートされるメソッド
-
Activities オブジェクト
-
Comment オブジェクト
-
Context オブジェクト
-
EnableReporting オブジェクト
-
GetParentLoop
-
GetRootLoop
-
Name オブジェクト
-
Report メソッド
-
StepEndedAt オブジェクト
-
StepId オブジェクト
例
string ParentName = this.ConcatenateStringsActivity5.Parent.Name

