LabelExpression.DefaultValue プロパティ

定義

ラベルが通常の制御フローを通じて到達したときの LabelExpression の値 (たとえば、ジャンプされません)。

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

プロパティ値

LabelExpressionの値を表す Expression オブジェクト。

適用対象