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

Clears the current set of statements, and replaces them with the statements in value.

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

Parameters

value
The new array of statements.

See Also

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