SchemaModelViewerControllerBase.GetChildren 方法

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

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

语法

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

参数

返回值

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

实现

ISchemaModelViewerController.GetChildren(ISchemaModelViewerNode)

.NET Framework 安全性

请参见

参考

SchemaModelViewerControllerBase 类

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