HwndSource.Handle 속성

정의

HwndSource의 창 핸들을 가져옵니다.

public:
 property IntPtr Handle { IntPtr get(); };
public IntPtr Handle { [System.Security.SecurityCritical] get; }
public IntPtr Handle { get; }
[<get: System.Security.SecurityCritical>]
member this.Handle : nativeint
member this.Handle : nativeint
Public ReadOnly Property Handle As IntPtr

속성 값

IntPtr

nativeint

창 핸들입니다.

구현

특성

설명

중요

이 속성은 인터넷 보안 영역에서 사용할 수 없습니다.

적용 대상