次の方法で共有


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

適用対象