次の方法で共有


ValidationResultCollection クラス

定義

検証中の結果オブジェクトのコレクションを表します。

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

検証中の結果オブジェクトのコレクションを表します。

適用対象