IDatabaseSchemaView.RefreshNodes Method
Refreshes nodes.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Sub RefreshNodes ( _
paths As IList(Of IList(Of IDatabaseSchemaViewNode)) _
)
'Usage
Dim instance As IDatabaseSchemaView
Dim paths As IList(Of IList(Of IDatabaseSchemaViewNode))
instance.RefreshNodes(paths)
void RefreshNodes(
IList<IList<IDatabaseSchemaViewNode>> paths
)
void RefreshNodes(
IList<IList<IDatabaseSchemaViewNode^>^>^ paths
)
function RefreshNodes(
paths : IList<IList<IDatabaseSchemaViewNode>>
)
abstract RefreshNodes :
paths:IList<IList<IDatabaseSchemaViewNode>> -> unit
Parameters
- paths
Type: System.Collections.Generic.IList<IList<IDatabaseSchemaViewNode>>
The list of 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.Project.Project.ToolWindows.DatabaseSchemaView Namespace