CodeIterationStatement.IncrementStatement Propriété
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
CodeStatement indiquant l'instruction d'incrémentation par cycle.
Cette instruction est appelée après chaque itération.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :