Compartir a través de


ISchemaModelViewer.RefreshNodes (Método)

Actualiza la lista especificada de nodos.

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 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

Seguridad de .NET Framework

Vea también

Referencia

ISchemaModelViewer Interfaz

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