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
執行事件處理常式時,可以更新其值的另一個屬性名稱。