次の方法で共有


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 型の配列。

適用対象

こちらもご覧ください