다음을 통해 공유


RenderTreeBuilder.SetUpdatesAttributeName(String) 메서드

정의

이전 특성이 실행에서 특성을 이름으로 updatesAttributeName업데이트하는 이벤트 처리기를 나타내고 있음을 나타냅니다.

이 정보는 렌더링 시스템에서 이벤트 처리기에 대한 호출을 받을 때 다른 특성에 대한 값 업데이트를 수락할지 여부를 결정하는 데 사용됩니다.

public:
 void SetUpdatesAttributeName(System::String ^ updatesAttributeName);
public void SetUpdatesAttributeName (string updatesAttributeName);
member this.SetUpdatesAttributeName : string -> unit
Public Sub SetUpdatesAttributeName (updatesAttributeName As String)

매개 변수

updatesAttributeName
String

이벤트 처리기가 실행될 때 값을 업데이트할 수 있는 다른 특성의 이름입니다.

적용 대상