CoreAppWindowPreview.GetIdFromWindow(AppWindow) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的應用程式視窗擷取標識碼。
重要
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
來自指定應用程式視窗的識別碼。