Compartir a través de


CodeIterationStatement.IncrementStatement Propiedad

Definición

Obtiene o establece la instrucción a la que se llama después de cada ciclo del bucle.

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

Valor de propiedad

CodeStatement que indica la instrucción de incremento por ciclo.

Comentarios

Se llama a esta instrucción después de cada iteración.

Se aplica a

Consulte también