Share via


IDatabaseProjectNode.DependencyViewController Property

Gets the feature that controls our hive in the Dependency View.

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

Syntax

'Declaration
ReadOnly Property DependencyViewController As ISchemaModelViewerController
ISchemaModelViewerController DependencyViewController { get; }
property ISchemaModelViewerController^ DependencyViewController {
    ISchemaModelViewerController^ get ();
}
abstract DependencyViewController : ISchemaModelViewerController
function get DependencyViewController () : ISchemaModelViewerController

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

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