ValidationSettings.AdditionalConstraints 属性

定义

获取类型/约束对的字典。Gets a dictionary of type-constraint pairs. 添加至字典的每个附加约束将应用于要验证的工作流中指定类型的每个活动。Each additional constraint added to the dictionary will be applied to every activity of the specify type in the workflow to validate.

public:
 property System::Collections::Generic::IDictionary<Type ^, System::Collections::Generic::IList<System::Activities::Validation::Constraint ^> ^> ^ AdditionalConstraints { System::Collections::Generic::IDictionary<Type ^, System::Collections::Generic::IList<System::Activities::Validation::Constraint ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<Type,System.Collections.Generic.IList<System.Activities.Validation.Constraint>> AdditionalConstraints { get; }
member this.AdditionalConstraints : System.Collections.Generic.IDictionary<Type, System.Collections.Generic.IList<System.Activities.Validation.Constraint>>
Public ReadOnly Property AdditionalConstraints As IDictionary(Of Type, IList(Of Constraint))

属性值

IDictionary<Type,IList<Constraint>>

约束和类型的字典类型列表。A dictionary type list of constraints and types.

适用于