RenderTreeBuilder.AddElementReferenceCapture メソッド

定義

親要素への参照をキャプチャする命令を表すフレームを追加します。

public:
 void AddElementReferenceCapture(int sequence, Action<Microsoft::AspNetCore::Components::ElementReference> ^ elementReferenceCaptureAction);
public void AddElementReferenceCapture (int sequence, Action<Microsoft.AspNetCore.Components.ElementReference> elementReferenceCaptureAction);
member this.AddElementReferenceCapture : int * Action<Microsoft.AspNetCore.Components.ElementReference> -> unit
Public Sub AddElementReferenceCapture (sequence As Integer, elementReferenceCaptureAction As Action(Of ElementReference))

パラメーター

sequence
Int32

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

elementReferenceCaptureAction
Action<ElementReference>

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

適用対象