NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeElement.GetElements

Gets the collection of sub elements.

[Visual Basic]
Function GetElements() As ICodeElements
[C#]
ICodeElements GetElements();
[C++]
ICodeElements* GetElements() = 0;
[JScript]
function GetElements() : ICodeElements;

Return Value

An ICodeElements object representing the collection of sub elements.

See Also

ICodeElement Interface | ICodeElement Members | System.ComponentModel.Design.CodeModel Namespace