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

‘선언
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public MustInherit Class DesignerWindowPane _
    Inherits WindowPane _
    Implements IVsDesignerInfo, IVsToolboxUser, IVsBatchUpdate, IVsExtensibleObject,  _
    IVsWindowFrameNotify
‘사용 방법
Dim instance As DesignerWindowPane
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public abstract class DesignerWindowPane : WindowPane, 
    IVsDesignerInfo, IVsToolboxUser, IVsBatchUpdate, IVsExtensibleObject, IVsWindowFrameNotify
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class DesignerWindowPane abstract : public WindowPane, 
    IVsDesignerInfo, IVsToolboxUser, IVsBatchUpdate, IVsExtensibleObject, IVsWindowFrameNotify
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type DesignerWindowPane =  
    class
        inherit WindowPane
        interface IVsDesignerInfo
        interface IVsToolboxUser
        interface IVsBatchUpdate
        interface IVsExtensibleObject
        interface IVsWindowFrameNotify
    end
public abstract class DesignerWindowPane extends WindowPane implements IVsDesignerInfo, 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