RenderTreeBuilder.AddElementReferenceCapture Метод

Определение

Добавляет кадр, представляющий инструкцию для записи ссылки на родительский элемент.

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

Параметры

sequence
Int32

Целое число, представляющее положение инструкции в исходном коде.

elementReferenceCaptureAction
Action<ElementReference>

Действие, вызываемое при изменении ссылочного значения.

Применяется к