ISchemaHierarchyGenerator.GetChildren Method
Returns the child nodes of the specified parent node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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>
Parameters
- parent
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Parent node.
Return Value
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
List of child nodes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISchemaHierarchyGenerator Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace