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!

ICodeElements Methods

The methods of the ICodeElements interface are listed below. For a complete list of ICodeElements interface members, see the ICodeElements Members topic.

Add Adds a new statement to the collection.
GetCount Gets the number of elements currently in the collection.
GetItemAt Gets the element at the specified index.
GetItems Gets a snapshot of all contained elements.
SetItemAt Sets the item at the specified index.
SetItems Sets the element collection items to those specified. The current set of elements are replaced.

See Also

ICodeElements Interface | System.ComponentModel.Design.CodeModel Namespace