ValidationSettings.AdditionalConstraints Eigenschap

Definitie

Hiermee haalt u een woordenlijst op van typebeperkingsparen. Elke extra beperking die aan de woordenlijst wordt toegevoegd, wordt toegepast op elke activiteit van het opgegeven type in de werkstroom om te valideren.

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))

Waarde van eigenschap

Een lijst met woordenlijsttypen met beperkingen en typen.

Van toepassing op