CodeIterationStatement.Statements Egenskap

Definition

Hämtar samlingen med instruktioner som ska köras i loopen.

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

Egenskapsvärde

En matris av typen CodeStatement som anger -uttrycken i loopen.

Gäller för

Se även