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

执行事件处理程序时可更新其值的另一个属性的名称。

适用于