SchemaHierarchyUtilities.PathsFromNodes 方法
從指定的節點清單傳回路徑清單。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Public Shared Function PathsFromNodes ( _
nodes As IList(Of ISchemaModelViewerNode) _
) As IList(Of IList(Of ISchemaModelViewerNode))
public static IList<IList<ISchemaModelViewerNode>> PathsFromNodes(
IList<ISchemaModelViewerNode> nodes
)
public:
static IList<IList<ISchemaModelViewerNode^>^>^ PathsFromNodes(
IList<ISchemaModelViewerNode^>^ nodes
)
static member PathsFromNodes :
nodes:IList<ISchemaModelViewerNode> -> IList<IList<ISchemaModelViewerNode>>
public static function PathsFromNodes(
nodes : IList<ISchemaModelViewerNode>
) : IList<IList<ISchemaModelViewerNode>>
參數
- nodes
型別:System.Collections.Generic.IList<ISchemaModelViewerNode>
節點清單。
傳回值
型別:System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
路徑清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間