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 型別的陣列,表示在迴圈中的陳述式。

適用於

另請參閱