IDatabaseSchemaViewController Interface

Users who create database schema providers use this extension to add their content to the Schema View.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseSchemaViewController _
    Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDatabaseSchemaViewController : IExtension
[CLSCompliantAttribute(false)]
public interface class IDatabaseSchemaViewController : IExtension
[<CLSCompliantAttribute(false)>]
type IDatabaseSchemaViewController =  
    interface
        interface IExtension
    end
public interface IDatabaseSchemaViewController extends IExtension

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace