ValidationResultCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
検証中の結果オブジェクトのコレクションを表します。
public sealed class ValidationResultCollection : System.Collections.ICollection
type ValidationResultCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class ValidationResultCollection
Implements ICollection
- 継承
-
ValidationResultCollection
- 実装
コンストラクター
ValidationResultCollection() |
検証中の結果オブジェクトのコレクションを表します。 |
プロパティ
Count |
コレクションに含まれる検証結果オブジェクトの数を取得します。 |
Item[Int32] |
ValidationResultCollection オブジェクトの指定したインデックス位置にある検証に参照を取得します。 |
メソッド
Clear() |
コレクションからすべての結果を削除します。 |
明示的なインターフェイスの実装
ICollection.CopyTo(Array, Int32) |
検証中の結果オブジェクトのコレクションを表します。 |
ICollection.IsSynchronized |
検証中の結果オブジェクトのコレクションを表します。 |
ICollection.SyncRoot |
検証中の結果オブジェクトのコレクションを表します。 |
IEnumerable.GetEnumerator() |
検証中の結果オブジェクトのコレクションを表します。 |