Gets the collection of sub elements.
[Visual Basic] Function GetElements() As ICodeElements [C#] ICodeElements GetElements(); [C++] ICodeElements* GetElements() = 0; [JScript] function GetElements() : ICodeElements;
An ICodeElements object representing the collection of sub elements.
ICodeElement Interface | ICodeElement Members | System.ComponentModel.Design.CodeModel Namespace