Método IDependencyView.OnAddDependencyNodes
Este método só irá disparar o evento AddDependencyNodes, que é ouvidos pelo DependencyViewController.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Sub OnAddDependencyNodes ( _
list As IList(Of ISchemaModelViewerNode) _
)
void OnAddDependencyNodes(
IList<ISchemaModelViewerNode> list
)
void OnAddDependencyNodes(
IList<ISchemaModelViewerNode^>^ list
)
abstract OnAddDependencyNodes :
list:IList<ISchemaModelViewerNode> -> unit
function OnAddDependencyNodes(
list : IList<ISchemaModelViewerNode>
)
Parâmetros
- list
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
A lista explícita de nós de nível superior do elemento a ser adicionado.
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
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView