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 RemoveDependencyNodes, 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 OnRemoveDependencyNodes ( _
list As IList(Of ISchemaModelViewerNode) _
)
void OnRemoveDependencyNodes(
IList<ISchemaModelViewerNode> list
)
void OnRemoveDependencyNodes(
IList<ISchemaModelViewerNode^>^ list
)
abstract OnRemoveDependencyNodes :
list:IList<ISchemaModelViewerNode> -> unit
function OnRemoveDependencyNodes(
list : IList<ISchemaModelViewerNode>
)
Parameters
- list
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
The explicit list of top-level element nodes to be removed.
.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