ISchemaModelViewer.RefreshNodes 方法
重新整理指定的節點清單。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
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>>
)
參數
- paths
型別:System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
要重新整理之節點的路徑。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間