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

Gets a snapshot of all contained parameters.

[Visual Basic]
Function GetItems() As ICodeParameter ()
[C#]
ICodeParameter[] GetItems();
[C++]
ICodeParameter* GetItems() [] = 0;
[JScript]
function GetItems() : ICodeParameter[];

Return Value

An array of type ICodeParameter representing all contained parameters.

See Also

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