DesignerWindowPane Class

This class inherits from WindowPane and extends it to provide designer features.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public MustInherit Class DesignerWindowPane _
    Inherits WindowPane _
    Implements IVsToolboxUser, IVsBatchUpdate, IVsExtensibleObject, IVsWindowFrameNotify
'Usage
Dim instance As DesignerWindowPane
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public abstract class DesignerWindowPane : WindowPane, 
    IVsToolboxUser, IVsBatchUpdate, IVsExtensibleObject, IVsWindowFrameNotify
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class DesignerWindowPane abstract : public WindowPane, 
    IVsToolboxUser, IVsBatchUpdate, IVsExtensibleObject, IVsWindowFrameNotify
public abstract class DesignerWindowPane extends WindowPane implements IVsToolboxUser, IVsBatchUpdate, IVsExtensibleObject, IVsWindowFrameNotify

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.WindowPane
    Microsoft.VisualStudio.Shell.Design.DesignerWindowPane

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

DesignerWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace

WindowPane