Método ISchemaModelViewer.RefreshNodes
Atualiza a lista de nós especificada.
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 RefreshNodes ( _
paths As IList(Of IList(Of ISchemaModelViewerNode)) _
)
void RefreshNodes(
IList<IList<ISchemaModelViewerNode>> paths
)
void RefreshNodes(
IList<IList<ISchemaModelViewerNode^>^>^ paths
)
abstract RefreshNodes :
paths:IList<IList<ISchemaModelViewerNode>> -> unit
function RefreshNodes(
paths : IList<IList<ISchemaModelViewerNode>>
)
Parâmetros
- paths
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Caminhos de nós para atualizar.
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