RenderTreeBuilder.AddComponentReferenceCapture メソッド

定義

親コンポーネントへの参照をキャプチャする命令を表すフレームを追加します。

public:
 void AddComponentReferenceCapture(int sequence, Action<System::Object ^> ^ componentReferenceCaptureAction);
public void AddComponentReferenceCapture (int sequence, Action<object> componentReferenceCaptureAction);
member this.AddComponentReferenceCapture : int * Action<obj> -> unit
Public Sub AddComponentReferenceCapture (sequence As Integer, componentReferenceCaptureAction As Action(Of Object))

パラメーター

sequence
Int32

ソース コード内の命令の位置を表す整数。

componentReferenceCaptureAction
Action<Object>

参照値が変更されるたびに呼び出されるアクション。

適用対象