GetWindowEventArgs.WindowHandle Property

The IntPtr referring to the requested windows HWND.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Property WindowHandle As IntPtr
    Get
    Set
‘사용 방법
Dim instance As GetWindowEventArgs
Dim value As IntPtr

value = instance.WindowHandle

instance.WindowHandle = value
public IntPtr WindowHandle { get; set; }
public:
property IntPtr WindowHandle {
    IntPtr get ();
    void set (IntPtr value);
}
member WindowHandle : IntPtr with get, set
function get WindowHandle () : IntPtr
function set WindowHandle (value : IntPtr)

Property Value

Type: System.IntPtr

.NET Framework Security

See Also

Reference

GetWindowEventArgs Class

GetWindowEventArgs Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace