Share via


Handle Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public ReadOnly Property Handle As IntPtr
    Get
'Usage
Dim instance As Win32WindowWrapper
Dim value As IntPtr

value = instance.Handle
public IntPtr Handle { get; }
public:
virtual property IntPtr Handle {
    IntPtr get () sealed;
}
abstract Handle : IntPtr
override Handle : IntPtr
final function get Handle () : IntPtr

Property Value

Type: System..::..IntPtr

Implements

IWin32Window..::..Handle

See Also

Reference

Win32WindowWrapper Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace