DismissedValidationResultCollection Class

Definition

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

Applies to