RenderTreeBuilder.AddComponentReferenceCapture Metodo

Definizione

Aggiunge un frame che rappresenta un'istruzione per acquisire un riferimento al componente padre.

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

Parametri

sequence
Int32

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

componentReferenceCaptureAction
Action<Object>

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

Si applica a