共用方式為


CoreAppWindowPreview.GetIdFromWindow(AppWindow) 方法

定義

從指定的應用程式視窗擷取標識碼。

重要

CoreAppWindowPreview.GetIdFromWindow API 是有限存取功能的一部分, (請參閱 LimitedAccessFeatures 類別) 。 如需詳細資訊或要求解除鎖定令牌,請使用 LAF存取令牌要求表單

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

參數

window
AppWindow

要從中取得標識碼的應用程式視窗。

傳回

Int32

int

來自指定應用程式視窗的識別碼。

適用於