DatabaseToolWindowService.DependencyView Property
Gets the dependency viewer interface.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property DependencyView As IDependencyView
Get
'Usage
Dim instance As DatabaseToolWindowService
Dim value As IDependencyView
value = instance.DependencyView
public IDependencyView DependencyView { get; }
public:
property IDependencyView^ DependencyView {
IDependencyView^ get ();
}
function get DependencyView () : IDependencyView
member DependencyView : IDependencyView
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.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
DatabaseToolWindowService Class
DatabaseToolWindowService Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace