CodeIterationStatement.Statements Tulajdonság

Definíció

Lekéri a cikluson belül végrehajtandó utasítások gyűjteményét.

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

Tulajdonság értéke

Olyan típusú CodeStatement tömb, amely a cikluson belüli utasításokat jelzi.

A következőre érvényes:

Lásd még