다음을 통해 공유


HwndTarget(IntPtr) 생성자

정의

지정한 HWND를 사용하여 HwndTarget 클래스의 새 인스턴스를 초기화합니다.

public:
 HwndTarget(IntPtr hwnd);
[System.Security.SecurityCritical]
public HwndTarget (IntPtr hwnd);
public HwndTarget (IntPtr hwnd);
[<System.Security.SecurityCritical>]
new System.Windows.Interop.HwndTarget : nativeint -> System.Windows.Interop.HwndTarget
new System.Windows.Interop.HwndTarget : nativeint -> System.Windows.Interop.HwndTarget
Public Sub New (hwnd As IntPtr)

매개 변수

hwnd
IntPtr

nativeint

이 개체가 그려지는 창에 대한 핸들입니다.

특성

적용 대상