self()

概要

part [ ローカルを返します。

構文

self ( ) As Part 

例 1

Intent モデル ツリー内で選択されたルートを使用します。
Intent >self() 
--> Root 

例 2

Intent モデル ツリー内で選択された IvBlock_1 という名前の part を使用します。
Intent >self() 
--> Root.IvBlock_1