CodeIterationStatement.Statements 属性

定义

获取要在循环内执行的语句的集合。Gets the collection of statements to be executed within the loop.

public:
 property System::CodeDom::CodeStatementCollection ^ Statements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection Statements { get; }
member this.Statements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property Statements As CodeStatementCollection

属性值

CodeStatementCollection

CodeStatement 类型的数组,指示循环范围内的语句。An array of type CodeStatement that indicates the statements within the loop.

适用于

另请参阅