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!

ICodeStatements.Add

Adds a new statement to the collection.

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

Parameters

item
The statement to add to the collection.

See Also

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