ISchemaModelViewer.RemoveNodes (Método)

Quita la lista de nodos de la Vista de esquema.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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>>
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ISchemaModelViewer Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)