RenderTreeBuilder.AddComponentReferenceCapture Methode

Definition

Fügt einen Frame an, der eine Anweisung darstellt, um einen Verweis auf die übergeordnete Komponente zu erfassen.

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

Parameter

sequence
Int32

Eine ganze Zahl, die die Position der Anweisung im Quellcode darstellt.

componentReferenceCaptureAction
Action<Object>

Eine Aktion, die aufgerufen werden soll, wenn sich der Verweiswert ändert.

Gilt für: