Aracılığıyla paylaş


CodeIterationStatement.Statements Özellik

Tanım

Döngü içinde yürütülecek deyim koleksiyonunu alır.

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

Özellik Değeri

Döngü içindeki deyimleri gösteren tür CodeStatement dizisi.

Şunlara uygulanır

Ayrıca bkz.