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 |
另請參閱
- 適用於 WinUI 的 Interop C# API
- 從 .NET 應用程式呼叫 Interop API