DismissedValidationRuleCollection Class
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.
Represents a collection of DismissedValidationRule objects.
public sealed class DismissedValidationRuleCollection : System.Collections.ICollection
type DismissedValidationRuleCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class DismissedValidationRuleCollection
Implements ICollection
- Inheritance
-
DismissedValidationRuleCollection
- Implements
Properties
Count |
Gets the number of elements contained in the collection. |
Methods
Add(ValidationRule, String) |
Add a DismissedValidationRule to the collection for the specified rule and comment. |
Remove(DismissedValidationRule) |
Remove the DismissedValidationRule item from the collection. |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) | |
ICollection.IsSynchronized | |
ICollection.SyncRoot | |
IEnumerable.GetEnumerator() |