InputDialog.Validations 属性

定义

获取或设置要运行的表达式以验证输入。

public System.Collections.Generic.List<AdaptiveExpressions.Properties.BoolExpression> Validations { get; set; }
member this.Validations : System.Collections.Generic.List<AdaptiveExpressions.Properties.BoolExpression> with get, set
Public Property Validations As List(Of BoolExpression)

属性值

要运行的用于验证输入的表达式。

适用于