LoopExpression.BreakLabel Propriété

Définition

Obtient l’élément LabelTarget utilisé par le corps de la boucle comme cible d’instruction d’arrêt.

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

Valeur de propriété

Utilisé LabelTarget par le corps de la boucle comme cible d’instruction d’arrêt.

S’applique à