RenderTreeBuilder.AddElementReferenceCapture Metodo

Definizione

Aggiunge un frame che rappresenta un'istruzione per acquisire un riferimento all'elemento padre.

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

Parametri

sequence
Int32

Intero che rappresenta la posizione dell'istruzione nel codice sorgente.

elementReferenceCaptureAction
Action<ElementReference>

Azione da richiamare ogni volta che il valore di riferimento cambia.

Si applica a