Share via


BaseEditorPane Class

The base class for all editor panes.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class BaseEditorPane _
    Inherits WindowPane _
    Implements IOleCommandTarget, IVsWindowPane, IVsFindTarget, IVsBroadcastMessageEvents
'Usage
Dim instance As BaseEditorPane
[CLSCompliantAttribute(false)]
public abstract class BaseEditorPane : WindowPane, 
    IOleCommandTarget, IVsWindowPane, IVsFindTarget, IVsBroadcastMessageEvents
[CLSCompliantAttribute(false)]
public ref class BaseEditorPane abstract : public WindowPane, 
    IOleCommandTarget, IVsWindowPane, IVsFindTarget, IVsBroadcastMessageEvents
public abstract class BaseEditorPane extends WindowPane implements IOleCommandTarget, IVsWindowPane, IVsFindTarget, IVsBroadcastMessageEvents
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type BaseEditorPane =  
    class
        inherit WindowPane
        interface IOleCommandTarget
        interface IVsWindowPane
        interface IVsFindTarget
        interface IVsBroadcastMessageEvents
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.WindowPane
    Microsoft.VisualStudio.Data.Schema.Project.Common.UI.BaseEditorPane
      Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors.BaseCompareEditorPane

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

BaseEditorPane Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace