Share via


WindowConfiguration.Update Method

Definition

Updates the collection of windows or sets the object's window layout to the current window layout.

public:
 void Update();
public:
 void Update();
void Update();
[System.Runtime.InteropServices.DispId(5)]
public void Update ();
[<System.Runtime.InteropServices.DispId(5)>]
abstract member Update : unit -> unit
Public Sub Update ()
Attributes

Remarks

You can save your current window layout in the Visual Studio environment as a named window configuration. The Update method allows you to replace a formerly stored window layout with the current window layout.

Applies to