Aracılığıyla paylaş


RenderTreeBuilder.AddComponentReferenceCapture Yöntem

Tanım

Üst bileşene başvuru yakalamak için yönergeyi temsil eden bir çerçeve ekler.

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

Parametreler

sequence
Int32

Yönergenin kaynak koddaki konumunu temsil eden bir tamsayı.

componentReferenceCaptureAction
Action<Object>

Başvuru değeri her değiştiğinde çağrılacak bir eylem.

Şunlara uygulanır