Share via


VCCodeReference.Children Property

Not currently implemented.

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

Syntax

'Declaration
ReadOnly Property Children As CodeElements
'Usage
Dim instance As VCCodeReference 
Dim value As CodeElements 

value = instance.Children
CodeElements Children { get; }
property CodeElements^ Children {
    CodeElements^ get ();
}
function get Children () : CodeElements

Property Value

Type: EnvDTE.CodeElements

.NET Framework Security

See Also

Reference

VCCodeReference Interface

VCCodeReference Members

Microsoft.VisualStudio.VCCodeModel Namespace