RenderTreeBuilder.SetUpdatesAttributeName(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
上記の属性が、 という名前 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
イベント ハンドラーの実行時に値を更新できる別の属性の名前。