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 数组,指示循环中的语句。

适用于

另请参阅