WindowInteropHelper(Window) 생성자

정의

지정된 WPF(Windows Presentation Foundation) 창에 대한 클래스의 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 애플리케이션의 범위 내에서 호스트되는 데 적합하지 않은 창일 수 있습니다.

적용 대상