Freigeben über


RenderTreeBuilder.AddElementReferenceCapture Methode

Definition

Fügt einen Frame an, der eine Anweisung darstellt, um einen Verweis auf das übergeordnete Element zu erfassen.

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))

Parameter

sequence
Int32

Eine ganze Zahl, die die Position der Anweisung im Quellcode darstellt.

elementReferenceCaptureAction
Action<ElementReference>

Eine Aktion, die aufgerufen werden soll, wenn sich der Verweiswert ändert.

Gilt für: