Udostępnij za pośrednictwem


RenderTreeBuilder.AddComponentReferenceCapture Metoda

Definicja

Dołącza ramkę reprezentującą instrukcję przechwytywania odwołania do składnika nadrzędnego.

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

Parametry

sequence
Int32

Liczba całkowita reprezentująca pozycję instrukcji w kodzie źródłowym.

componentReferenceCaptureAction
Action<Object>

Akcja, która ma zostać wywołana za każdym razem, gdy zmienia się wartość odwołania.

Dotyczy