BaseCompareEditorControl Class

Represents the base comparison editor control.

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

Syntax

'Declaration
Public Class BaseCompareEditorControl _
    Inherits BaseEditorControl
'Usage
Dim instance As BaseCompareEditorControl
public class BaseCompareEditorControl : BaseEditorControl
public ref class BaseCompareEditorControl : public BaseEditorControl
public class BaseCompareEditorControl extends BaseEditorControl
type BaseCompareEditorControl =  
    class
        inherit BaseEditorControl
    end

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.UserControl
              Microsoft.VisualStudio.Data.Schema.Project.Common.UI.BaseEditorControl
                Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors.BaseCompareEditorControl

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

BaseCompareEditorControl Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace