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
- paths
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Paths of nodes to refresh.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace