ValidationSettings.AdditionalConstraints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))
Property Value
A dictionary type list of constraints and types.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.