WindowInteropHelper(Window) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對指定的 WINDOWS PRESENTATION FOUNDATION (WPF) 視窗,初始化 類別的新實例 WindowInteropHelper 。
public:
WindowInteropHelper(System::Windows::Window ^ window);
public WindowInteropHelper (System.Windows.Window window);
new System.Windows.Interop.WindowInteropHelper : System.Windows.Window -> System.Windows.Interop.WindowInteropHelper
Public Sub New (window As Window)
參數
- window
- Window
WPF 視窗物件。
備註
視窗可以是對話方塊,或不適合裝載于 Win32 應用程式界限內的視窗。