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!

ICodeSourceFile.GetElements

Gets the collection of elements contained in this file.

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

Return Value

A collection of elements contained in this file.

See Also

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