Win32Interop クラス
C# デスクトップ アプリケーション開発者として、.NET 5 で、Win32Interop クラスを使用できます。このクラスのメソッドは、GetWindowIdFromWindow 関数を含む複数の相互運用機能をラップし、表現します。
Win32Interop クラスは、.NET 5 Windows App SDK の一部として入手できます。
Definition
名前空間: Microsoft.UI
public class Win32Interop
メソッド
- GetDisplayIdFromMonitor(IntPtr)
- GetIconFromIconId(IconId)
- GetIconIdFromIcon(IntPtr)
- GetMonitorFromDisplayId(DisplayId)
- GetWindowFromWindowId(WindowId)
- GetWindowIdFromWindow(IntPtr)
適用対象
製品 | 導入バージョン |
---|---|
WinUI 3 | Windows App SDK 1.0 |
関連項目
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Windows developer