xInfo.currentWorkspaceNum 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.
Retrieves the application window ID of the current workspace.
public:
static int currentWorkspaceNum();
public static int currentWorkspaceNum ();
static member currentWorkspaceNum : unit -> int
Public Shared Function currentWorkspaceNum () As Integer
Returns
The application window ID of the current workspace.
Remarks
The createWorkspaceWindow method allows you to open additional workspaces in the application.