Share via


CodeIterationStatement.Statements 属性

定义

获取要在循环内执行的语句的集合。

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

属性值

CodeStatement 类型的数组,指示循环范围内的语句。

适用于

另请参阅