SchemaViewControllerBase Class

The 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
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class SchemaViewControllerBase _
    Implements ISchemaViewController, IDatabaseSchemaViewExtenderContributor
'Usage
Dim instance As SchemaViewControllerBase
[CLSCompliantAttribute(false)]
public abstract class SchemaViewControllerBase : ISchemaViewController, 
    IDatabaseSchemaViewExtenderContributor
[CLSCompliantAttribute(false)]
public ref class SchemaViewControllerBase abstract : ISchemaViewController, 
    IDatabaseSchemaViewExtenderContributor
public abstract class SchemaViewControllerBase implements ISchemaViewController, IDatabaseSchemaViewExtenderContributor
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type SchemaViewControllerBase =  
    class
        interface ISchemaViewController
        interface IDatabaseSchemaViewExtenderContributor
    end

Inheritance Hierarchy

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

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

SchemaViewControllerBase Members

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