共用方式為


ISchemaModelViewer.SelectNodes 方法 (IList<IList<ISchemaModelViewerNode>>, Boolean)

選取和選擇性展開具有指定路徑的節點。

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

語法

'宣告
Sub SelectNodes ( _
    paths As IList(Of IList(Of ISchemaModelViewerNode)), _
    expand As Boolean _
)
void SelectNodes(
    IList<IList<ISchemaModelViewerNode>> paths,
    bool expand
)
void SelectNodes(
    IList<IList<ISchemaModelViewerNode^>^>^ paths, 
    bool expand
)
abstract SelectNodes : 
        paths:IList<IList<ISchemaModelViewerNode>> * 
        expand:bool -> unit 
function SelectNodes(
    paths : IList<IList<ISchemaModelViewerNode>>, 
    expand : boolean
)

參數

  • expand
    型別:System.Boolean
    旗標,表示選取節點時是否會同時展開節點。

.NET Framework 安全性

請參閱

參考

ISchemaModelViewer 介面

SelectNodes 多載

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