Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method will only raise the event AddDependencyNodes, which is listened to by the DependencyViewController.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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>
)
Parameters
- list
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
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.Package.Project.SchemaModelViewer.DependencyView Namespace