Share via


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

執行事件處理常式時,可以更新其值的另一個屬性名稱。

適用於