ISchemaModelViewer.GetRootNodes 方法

返回根节点的列表。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Function GetRootNodes As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetRootNodes()
IList<ISchemaModelViewerNode^>^ GetRootNodes()
abstract GetRootNodes : unit -> IList<ISchemaModelViewerNode> 
function GetRootNodes() : IList<ISchemaModelViewerNode>

返回值

类型:System.Collections.Generic.IList<ISchemaModelViewerNode>
根节点的非 null 列表。该列表可以为空。

.NET Framework 安全性

请参见

参考

ISchemaModelViewer 接口

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