Método ISchemaModelViewer.RemoveNodes
Remove a lista de nós da visualização Esquema.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
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
- paths
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Caminhos de nós para remover.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer