Share via


LoopExpression.ContinueLabel Vlastnost

Definice

Získá, LabelTarget který se používá tělo smyčky jako cíl příkazu continue.

public:
 property System::Linq::Expressions::LabelTarget ^ ContinueLabel { System::Linq::Expressions::LabelTarget ^ get(); };
public System.Linq.Expressions.LabelTarget ContinueLabel { get; }
public System.Linq.Expressions.LabelTarget? ContinueLabel { get; }
member this.ContinueLabel : System.Linq.Expressions.LabelTarget
Public ReadOnly Property ContinueLabel As LabelTarget

Hodnota vlastnosti

Objekt LabelTarget , který je používán tělem smyčky jako cíl příkazu continue.

Platí pro