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!

ICodeObjectCreateExpression.GetArguments

Gets the array of objects that will be used to construct the class object.

[Visual Basic]
Function GetArguments() As Object ()
[C#]
object[] GetArguments();
[C++]
Object* GetArguments() [] = 0;
[JScript]
function GetArguments() : Object[];

Return Value

An array of objects to serve as arguments.

Remarks

Each of these objects can be a Variant or any expression type. See ICodeSourceFile for more information about expressions.

See Also

ICodeObjectCreateExpression Interface | ICodeObjectCreateExpression Members | System.ComponentModel.Design.CodeModel Namespace | ICodeSourceFile