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

イベント ハンドラーの実行時に値を更新できる別の属性の名前。

適用対象