ISchemaModelViewerController.GetChildren 方法

为指定父节点返回子节点列表。

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

语法

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

参数

返回值

类型:System.Collections.Generic.IList<ISchemaModelViewerNode>
子级的非 null 列表(列表可能为空)。

.NET Framework 安全性

请参见

参考

ISchemaModelViewerController 接口

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