Dela via


ISchemaModelViewer.RemoveNodes Method

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

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace