共用方式為


ISchemaModelViewer.RemoveNodes 方法

從結構描述檢視移除節點清單。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Sub RemoveNodes ( _
    paths As IList(Of IList(Of ISchemaModelViewerNode)) _
)
void RemoveNodes(
    IList<IList<ISchemaModelViewerNode>> paths
)
void RemoveNodes(
    IList<IList<ISchemaModelViewerNode^>^>^ paths
)
abstract RemoveNodes : 
        paths:IList<IList<ISchemaModelViewerNode>> -> unit 
function RemoveNodes(
    paths : IList<IList<ISchemaModelViewerNode>>
)

參數

.NET Framework 安全性

請參閱

參考

ISchemaModelViewer 介面

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間