ISchemaModelViewerNode.GetChildren Method
Gets the child nodes of this 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 As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetChildren()
IList<ISchemaModelViewerNode^>^ GetChildren()
abstract GetChildren : unit -> IList<ISchemaModelViewerNode>
function GetChildren() : IList<ISchemaModelViewerNode>
Return Value
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
List of child nodes. If the node has no children, returns an empty list.
.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
ISchemaModelViewerNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace