Compartilhar via


RenderTreeBuilder.AddComponentReferenceCapture Método

Definição

Acrescenta um quadro que representa uma instrução para capturar uma referência ao componente pai.

public:
 void AddComponentReferenceCapture(int sequence, Action<System::Object ^> ^ componentReferenceCaptureAction);
public void AddComponentReferenceCapture (int sequence, Action<object> componentReferenceCaptureAction);
member this.AddComponentReferenceCapture : int * Action<obj> -> unit
Public Sub AddComponentReferenceCapture (sequence As Integer, componentReferenceCaptureAction As Action(Of Object))

Parâmetros

sequence
Int32

Um inteiro que representa a posição da instrução no código-fonte.

componentReferenceCaptureAction
Action<Object>

Uma ação a ser invocada sempre que o valor de referência for alterado.

Aplica-se a