Σημείωση
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να συνδεθείτε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Reference
Definition
Namespace: Microsoft.UI
Gets the window handle that corresponds to the specified windowId, if the provided windowId is valid and the system has an HWND that represents the window.
public static IntPtr GetWindowFromWindowId(WindowId windowId);
Parameters
windowId WindowId
The identifier for the window.
Returns
The window handle that corresponds to the specified windowId, if the provided windowId is valid and the system has an HWND that represents the window. Otherwise, null.
Applies to
| Product | Introduced in |
|---|---|
| WinUI 3 | Windows App SDK 1.0 |
See also
Windows developer