SchemaModelViewerService.DependencyView Property
Gets the Dependency Viewer interface.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public ReadOnly Property DependencyView As IDependencyView
public IDependencyView DependencyView { get; }
public:
property IDependencyView^ DependencyView {
IDependencyView^ get ();
}
member DependencyView : IDependencyView
function get DependencyView () : IDependencyView
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView.IDependencyView
.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
SchemaModelViewerService Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace