ValidationResultCollection 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 result objects during validation.
public sealed class ValidationResultCollection : System.Collections.ICollection
type ValidationResultCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class ValidationResultCollection
Implements ICollection
- Inheritance
-
ValidationResultCollection
- Implements
Constructors
ValidationResultCollection() |
Properties
Count |
Gets the number of validation result objects in the collection. |
Item[Int32] |
Gets a reference to the validation at the specified index location in the ValidationResultCollection object. |
Methods
Clear() |
Removes all results from the collection. |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) | |
ICollection.IsSynchronized | |
ICollection.SyncRoot | |
IEnumerable.GetEnumerator() |