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 的陣列,表示迴圈內的語句。

適用於

另請參閱