Propriedade SchemaModelViewerService.DependencyView
Obtém a interface do Visualizador de dependência.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Public ReadOnly Property DependencyView As IDependencyView
Get
public IDependencyView DependencyView { get; }
public:
property IDependencyView^ DependencyView {
IDependencyView^ get ();
}
member DependencyView : IDependencyView
function get DependencyView () : IDependencyView
Valor de propriedade
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView.IDependencyView
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
SchemaModelViewerService Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer