ISchemaModelViewerNode.GetChildren 方法

获取此节点的子节点。

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

语法

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

返回值

类型:System.Collections.Generic.IList<ISchemaModelViewerNode>
子节点列表。如果节点没有任何子级,则返回空列表。

.NET Framework 安全性

请参见

参考

ISchemaModelViewerNode 接口

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