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.
Removes the list of nodes from Schema View.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub RemoveNodes ( _
paths As IList(Of IList(Of ISchemaModelViewerNode)) _
)
void RemoveNodes(
IList<IList<ISchemaModelViewerNode>> paths
)
void RemoveNodes(
IList<IList<ISchemaModelViewerNode^>^>^ paths
)
abstract RemoveNodes :
paths:IList<IList<ISchemaModelViewerNode>> -> unit
function RemoveNodes(
paths : IList<IList<ISchemaModelViewerNode>>
)
Parameters
- paths
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Paths of nodes to remove.
.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 Namespace