WindowInteropHelper(Window) コンストラクター

定義

指定した 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 アプリケーションの境界内でホストするのに適していないウィンドウを指定できます。

適用対象