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

Gets the element at the specified index.

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

Parameters

index
The index of the item to retrieve.

Return Value

The element at the specified index.

See Also

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