Win32Interop 类
作为 C# 桌面应用程序开发人员,在 .NET 中,可以使用 Win32Interop 类,该类的方法封装并表示多个互操作性函数,包括 GetWindowIdFromWindow 函数。
Win32Interop 类在 .NET 中作为 Windows App SDK 的一部分提供。
定义
命名空间:Microsoft.UI
public class Win32Interop
方法
- GetDisplayIdFromMonitor(IntPtr)
- GetIconFromIconId(IconId)
- GetIconIdFromIcon(IntPtr)
- GetMonitorFromDisplayId(DisplayId)
- GetWindowFromWindowId(WindowId)
- GetWindowIdFromWindow(IntPtr)
适用于
产品 | 已引入的版本 |
---|---|
WinUI 3 | Windows App SDK 1.0 |