Udostępnij za pośrednictwem


CodeIterationStatement.IncrementStatement Właściwość

Definicja

Pobiera lub ustawia instrukcję, która jest wywoływana po każdym cyklu pętli.

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

Wartość właściwości

Element CodeStatement wskazujący instrukcję inkrementacji na cykl.

Uwagi

Ta instrukcja jest wywoływana po każdej iteracji.

Dotyczy

Zobacz też