IDependencyView.OnAddDependencyNodes Method
Called when nodes are added.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DependencyView
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Sub OnAddDependencyNodes ( _
list As IList(Of IDatabaseSchemaViewNode) _
)
'Usage
Dim instance As IDependencyView
Dim list As IList(Of IDatabaseSchemaViewNode)
instance.OnAddDependencyNodes(list)
void OnAddDependencyNodes(
IList<IDatabaseSchemaViewNode> list
)
void OnAddDependencyNodes(
IList<IDatabaseSchemaViewNode^>^ list
)
function OnAddDependencyNodes(
list : IList<IDatabaseSchemaViewNode>
)
abstract OnAddDependencyNodes :
list:IList<IDatabaseSchemaViewNode> -> unit
Parameters
- list
Type: System.Collections.Generic.IList<IDatabaseSchemaViewNode>
The explicit list of top level element nodes to be added
.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
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DependencyView Namespace