VCCodeUsingAlias.Children Property

Gets a collection of objects contained within this code construct.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property Children As CodeElements
CodeElements Children { get; }
property CodeElements^ Children {
    CodeElements^ get ();
}
abstract Children : CodeElements with get
function get Children () : CodeElements

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

VCCodeUsingAlias Interface

Microsoft.VisualStudio.VCCodeModel Namespace