DatabaseSchemaViewControllerBase Class

Base class for model visualizer controllers.

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

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class DatabaseSchemaViewControllerBase _
    Inherits SchemaViewControllerBaseInternal _
    Implements IDatabaseSchemaViewController, IExtension
'Usage
Dim instance As DatabaseSchemaViewControllerBase
[CLSCompliantAttribute(false)]
public abstract class DatabaseSchemaViewControllerBase : SchemaViewControllerBaseInternal, 
    IDatabaseSchemaViewController, IExtension
[CLSCompliantAttribute(false)]
public ref class DatabaseSchemaViewControllerBase abstract : public SchemaViewControllerBaseInternal, 
    IDatabaseSchemaViewController, IExtension
public abstract class DatabaseSchemaViewControllerBase extends SchemaViewControllerBaseInternal implements IDatabaseSchemaViewController, IExtension
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type DatabaseSchemaViewControllerBase =  
    class
        inherit SchemaViewControllerBaseInternal
        interface IDatabaseSchemaViewController
        interface IExtension
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.SchemaViewControllerBase
    Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.SchemaViewControllerBaseInternal
      Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewControllerBase

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

DatabaseSchemaViewControllerBase Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace