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