RenderTreeBuilder.AddElementReferenceCapture Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Acrescenta um quadro que representa uma instrução para capturar uma referência ao elemento pai.
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))
Parâmetros
- sequence
- Int32
Um inteiro que representa a posição da instrução no código-fonte.
- elementReferenceCaptureAction
- Action<ElementReference>
Uma ação a ser invocada sempre que o valor de referência for alterado.