CoreAppWindowPreview.GetIdFromWindow(AppWindow) 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 ID from the specified app window.
Important
The CoreAppWindowPreview.GetIdFromWindow API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.
public:
static int GetIdFromWindow(AppWindow ^ window);
static int GetIdFromWindow(AppWindow const& window);
public static int GetIdFromWindow(AppWindow window);
function getIdFromWindow(window)
Public Shared Function GetIdFromWindow (window As AppWindow) As Integer
Parameters
- window
- AppWindow
The app window to get the ID from.
Returns
Int32
int
The ID from the specified app window.