Sdílet prostřednictvím


RenderTreeBuilder.AddElementReferenceCapture Metoda

Definice

Připojí rámec představující instrukce k zachycení odkazu na nadřazený prvek.

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

Parametry

sequence
Int32

Celé číslo, které představuje pozici instrukce ve zdrojovém kódu.

elementReferenceCaptureAction
Action<ElementReference>

Akce, která se má vyvolat při každé změně referenční hodnoty.

Platí pro