ISchemaHierarchyGenerator.GetChildren Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function GetChildren ( _
parent As IDatabaseSchemaViewNode _
) As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim instance As ISchemaHierarchyGenerator
Dim parent As IDatabaseSchemaViewNode
Dim returnValue As IList(Of IDatabaseSchemaViewNode)
returnValue = instance.GetChildren(parent)
IList<IDatabaseSchemaViewNode> GetChildren(
IDatabaseSchemaViewNode parent
)
IList<IDatabaseSchemaViewNode^>^ GetChildren(
IDatabaseSchemaViewNode^ parent
)
function GetChildren(
parent : IDatabaseSchemaViewNode
) : IList<IDatabaseSchemaViewNode>
abstract GetChildren :
parent:IDatabaseSchemaViewNode -> IList<IDatabaseSchemaViewNode>
Parameters
- parent
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.IDatabaseSchemaViewNode
Return Value
Type: System.Collections.Generic.IList<IDatabaseSchemaViewNode>
.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