Share via


CodeIterationStatement.IncrementStatement Propriété

Définition

Obtient ou définit l'instruction appelée pour chaque cycle de boucle.

public:
 property System::CodeDom::CodeStatement ^ IncrementStatement { System::CodeDom::CodeStatement ^ get(); void set(System::CodeDom::CodeStatement ^ value); };
public System.CodeDom.CodeStatement IncrementStatement { get; set; }
member this.IncrementStatement : System.CodeDom.CodeStatement with get, set
Public Property IncrementStatement As CodeStatement

Valeur de propriété

CodeStatement indiquant l'instruction d'incrémentation par cycle.

Remarques

Cette instruction est appelée après chaque itération.

S’applique à

Voir aussi