Gets the items in the array.
[Visual Basic] Function GetItems() As Object () [C#] object[] GetItems(); [C++] Object* GetItems() [] = 0; [JScript] function GetItems() : Object[];
An array of the objects in the array.
Each object returned can be an object, or an object implementing one of the expression interfaces. See documentation for ICodeSourceFile for more information.
ICodeArrayCreateExpression Interface | ICodeArrayCreateExpression Members | System.ComponentModel.Design.CodeModel Namespace | ICodeSourceFile