ExpressionTextBox.IsSupportedExpression 属性

定义

获取或设置一个值,确定是否支持表达式。

public:
 property bool IsSupportedExpression { bool get(); void set(bool value); };
public bool IsSupportedExpression { get; set; }
member this.IsSupportedExpression : bool with get, set
Public Property IsSupportedExpression As Boolean

属性值

如果表达式受支持,则为 true;否则为 false

适用于