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!

ICodeParameters.GetItemAt

Gets the parameter at the specified index.

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

Parameters

index
The index of the item to retrieve.

Return Value

The parameter at the specified index.

See Also

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