DatabaseSchemaViewNode.GetChildren Method
Returns the list of children of this node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function GetChildren As IList(Of ISchemaModelViewerNode)
public IList<ISchemaModelViewerNode> GetChildren()
public:
virtual IList<ISchemaModelViewerNode^>^ GetChildren() sealed
abstract GetChildren : unit -> IList<ISchemaModelViewerNode>
override GetChildren : unit -> IList<ISchemaModelViewerNode>
public final function GetChildren() : IList<ISchemaModelViewerNode>
Return Value
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
List of child nodes. If no children exist, an empty list is returned.
Implements
ISchemaModelViewerNode.GetChildren()
.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
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace