Share via


Win32WindowWrapper Class

Wraps Win32 window

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..Win32WindowWrapper

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class Win32WindowWrapper _
    Implements IWin32Window
'Usage
Dim instance As Win32WindowWrapper
[ComVisibleAttribute(false)]
public class Win32WindowWrapper : IWin32Window
[ComVisibleAttribute(false)]
public ref class Win32WindowWrapper : IWin32Window
[<ComVisibleAttribute(false)>]
type Win32WindowWrapper =  
    class
        interface IWin32Window
    end
public class Win32WindowWrapper implements IWin32Window

The Win32WindowWrapper type exposes the following members.

Constructors

  Name Description
Public method Win32WindowWrapper Initializes a new instance of the Win32WindowWrapper class.

Top

Properties

  Name Description
Public property Handle Gets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

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