RenderTreeFrame.ElementReferenceCaptureAction Propiedad

Definición

Si la FrameType propiedad es igual ElementReferenceCapturea , obtiene la acción que escribe la referencia a su destino. De lo contrario, el valor no está definido.

public:
 property Action<Microsoft::AspNetCore::Components::ElementReference> ^ ElementReferenceCaptureAction { Action<Microsoft::AspNetCore::Components::ElementReference> ^ get(); };
public Action<Microsoft.AspNetCore.Components.ElementReference> ElementReferenceCaptureAction { get; }
member this.ElementReferenceCaptureAction : Action<Microsoft.AspNetCore.Components.ElementReference>
Public ReadOnly Property ElementReferenceCaptureAction As Action(Of ElementReference)

Valor de propiedad

Se aplica a