Delen via


ISchemaModelViewer.RefreshNodes Method

Refreshes the specified list of nodes.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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>>
)

Parameters

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

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