AdornerLayer.Update 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新版面配置並在裝飾項層重新繪製所有裝飾項。
多載
Update() |
更新版面配置並在裝飾項層重新繪製所有裝飾項。 |
Update(UIElement) |
更新版面配置,並在繫結至指定之 UIElement 的裝飾項層重新繪製所有裝飾項。 |
Update()
更新版面配置並在裝飾項層重新繪製所有裝飾項。
public:
void Update();
public void Update ();
member this.Update : unit -> unit
Public Sub Update ()
適用於
Update(UIElement)
更新版面配置,並在繫結至指定之 UIElement 的裝飾項層重新繪製所有裝飾項。
public:
void Update(System::Windows::UIElement ^ element);
public void Update (System.Windows.UIElement element);
member this.Update : System.Windows.UIElement -> unit
Public Sub Update (element As UIElement)
參數
例外狀況
當 element 為 null 時引發。
找不到指定的項目時就會引發。