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
)
參數
- paths
型別:System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
要選取之節點的路徑。
- expand
型別:System.Boolean
旗標,表示選取節點時是否會同時展開節點。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間