Gets the collection of statements to be executed within the loop.
[Visual Basic] Public ReadOnly Property Statements As CodeStatementCollection [C#] public CodeStatementCollection Statements {get;} [C++] public: __property CodeStatementCollection* get_Statements(); [JScript] public function get Statements() : CodeStatementCollection;
An array of type CodeStatement that indicates the statements within the loop.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeIterationStatement Class | CodeIterationStatement Members | System.CodeDom Namespace | CodeStatement