| 名前 | 解説 | |
|---|---|---|
![]()  | Count | Gets the number of elements contained in the ValidationRuleCollection. | 
![]()  | IsReadOnly | Gets a value indicating whether the ValidationRuleCollection is read-only. | 
![]()  | Item | Gets or sets the element at the specified index. | 
ValidationRuleCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | Count | Gets the number of elements contained in the ValidationRuleCollection. | 
![]()  | IsReadOnly | Gets a value indicating whether the ValidationRuleCollection is read-only. | 
![]()  | Item | Gets or sets the element at the specified index. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Add | Adds an item to the ValidationRuleCollection. | 
![]()  | AddRange | Adds the elements of the specified collection to the end of the ValidationRuleCollection. | 
![]()  | Clear | Removes all items from the ValidationRuleCollection. | 
![]()  | Contains | Determines whether the ValidationRuleCollection contains a specific value. | 
![]()  | CopyTo | Copies the elements of the ValidationRuleCollection to an System.Array, starting at a particular System.Array index. | 
![]()  | IndexOf | Determines the index of a specific ValidationRule> in the ValidationRuleCollection. | 
![]()  | Insert | Inserts an item to the ValidationRuleCollection at the specified index. | 
![]()  | Remove | Removes the first occurrence of a specific object from the ValidationRuleCollection. | 
![]()  | RemoveAt | Removes the ValidationRuleCollection item at the specified index. |