バージョン

ValueConstraintPropertyID 列挙体

ValueConstraint クラスのプロパティID。
シンタックス
'宣言
 
Public Enum ValueConstraintPropertyID 
   Inherits System.Enum
public enum ValueConstraintPropertyID : System.Enum 
メンバ
メンバ解説
EnumerationValueConstraint.Enumeration プロパティを表します。
FixedValueValueConstraint.FixedValue プロパティを表します。
MaxExclusiveValueConstraint.MaxExclusive プロパティを表します。
MaxInclusiveValueConstraint.MaxInclusive プロパティを表します。
MaxLengthValueConstraint.MaxLength プロパティを表します。
MinExclusiveValueConstraint.MinExclusive プロパティを表します。
MinInclusiveValueConstraint.MinInclusive プロパティを表します。
MinLengthValueConstraint.MinLength プロパティを表します。
NullableValueConstraint.Nullable プロパティを表します。
RegexPatternValueConstraint.RegexPattern プロパティを表します。
ValidateAsTypeValueConstraint.ValidateAsType プロパティを表します。
参照