DismissedValidationResultCollection 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 DismissedValidationResult objects.
public sealed class DismissedValidationResultCollection : System.Collections.ICollection
type DismissedValidationResultCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class DismissedValidationResultCollection
Implements ICollection
- Inheritance
-
DismissedValidationResultCollection
- Implements
Properties
Count |
Gets the number of validation result objects in the collection. |
Methods
Add(ValidationResult, String) |
Appends the specified validation result of the collection. |
Remove(DismissedValidationResult) |
Removes the specified validation result object. |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) | |
ICollection.IsSynchronized | |
ICollection.SyncRoot | |
IEnumerable.GetEnumerator() |