다음을 통해 공유


RenderTreeBuilder.AddComponentReferenceCapture 메서드

정의

부모 구성 요소에 대한 참조를 캡처하는 명령을 나타내는 프레임을 추가합니다.

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

매개 변수

sequence
Int32

소스 코드에서 명령의 위치를 나타내는 정수입니다.

componentReferenceCaptureAction
Action<Object>

참조 값이 변경될 때마다 호출할 작업입니다.

적용 대상