Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace