FormsPreloadingManager.workspaceActivated 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.
Sets the preloading workspace affinity to the last activated workspace.
public:
virtual void workspaceActivated();
public virtual void workspaceActivated ();
abstract member workspaceActivated : unit -> unit
override this.workspaceActivated : unit -> unit
Public Overridable Sub workspaceActivated ()
Remarks
This method is typically called on a timer after a workspace has been activated. Call this method directly to force the workspace affinity to change immediately.