ChildNodes Property

Returns the contained model objects of this model object that are immediate children of it, i.e. they are values of one of this object's properties.

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
ReadOnly Property ChildNodes As IEnumerable(Of IModelObject)
    Get
'Usage
Dim instance As IModelObject
Dim value As IEnumerable(Of IModelObject)

value = instance.ChildNodes
IEnumerable<IModelObject> ChildNodes { get; }
property IEnumerable<IModelObject^>^ ChildNodes {
    IEnumerable<IModelObject^>^ get ();
}
abstract ChildNodes : IEnumerable<IModelObject>
function get ChildNodes () : IEnumerable<IModelObject>

Property Value

Type: System.Collections.Generic..::..IEnumerable< (Of < ( <'IModelObject> ) > ) >

See Also

Reference

IModelObject Interface

Microsoft.Data.Tools.Model Namespace