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.Add

Adds a new statement to the collection.

[Visual Basic]
Sub Add( _
   ByVal item As ICodeElement _
)
[C#]
void Add(
   ICodeElement item
);
[C++]
void Add(
   ICodeElement* item
) = 0;
[JScript]
function Add(
   item : ICodeElement
);

Parameters

item
The new statement to add to the collection.

See Also

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