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[];
An array of objects to serve as arguments.
Each of these objects can be a Variant or any expression type. See ICodeSourceFile for more information about expressions.
ICodeObjectCreateExpression Interface | ICodeObjectCreateExpression Members | System.ComponentModel.Design.CodeModel Namespace | ICodeSourceFile