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

Gets the statement at the specified index.

[Visual Basic]
Function GetItemAt( _
   ByVal index As Integer _
) As ICodeStatement
[C#]
ICodeStatement GetItemAt(
   int index
);
[C++]
ICodeStatement* GetItemAt(
   int index
) = 0;
[JScript]
function GetItemAt(
   index : int
) : ICodeStatement;

Parameters

index
The index of the item to retrieve.

Return Value

The ICodeStatement at the specified index.

See Also

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