BaseCompareEditorPane Class
Represents the base comparison editor pane.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class BaseCompareEditorPane _
Inherits BaseEditorPane _
Implements IVsWindowFrameNotify2
'Usage
Dim instance As BaseCompareEditorPane
[CLSCompliantAttribute(false)]
public abstract class BaseCompareEditorPane : BaseEditorPane,
IVsWindowFrameNotify2
[CLSCompliantAttribute(false)]
public ref class BaseCompareEditorPane abstract : public BaseEditorPane,
IVsWindowFrameNotify2
public abstract class BaseCompareEditorPane extends BaseEditorPane implements IVsWindowFrameNotify2
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type BaseCompareEditorPane =
class
inherit BaseEditorPane
interface IVsWindowFrameNotify2
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
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace