ISchemaModelViewer.GetExpandedNodes 方法

返回展开节点的列表。

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

语法

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

返回值

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

.NET Framework 安全性

请参见

参考

ISchemaModelViewer 接口

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