Udostępnij za pośrednictwem


CodeIterationStatement.Statements Właściwość

Definicja

Pobiera kolekcję instrukcji do wykonania w pętli.

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

Wartość właściwości

Tablica typu CodeStatement wskazująca instrukcje w pętli.

Dotyczy

Zobacz też