WindowConfiguration.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.