ModelValidatorProviderCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ModelValidatorProviderCollection クラスの新しいインスタンスを初期化します。
オーバーロード
ModelValidatorProviderCollection() |
ModelValidatorProviderCollection クラスの新しいインスタンスを初期化します。 |
ModelValidatorProviderCollection(IList<ModelValidatorProvider>) |
既存のコレクションを使用して ModelValidatorProviderCollection クラスの新しいインスタンスを初期化します。 |
ModelValidatorProviderCollection()
ModelValidatorProviderCollection クラスの新しいインスタンスを初期化します。
public:
ModelValidatorProviderCollection();
public ModelValidatorProviderCollection ();
Public Sub New ()
適用対象
ModelValidatorProviderCollection(IList<ModelValidatorProvider>)
既存のコレクションを使用して ModelValidatorProviderCollection クラスの新しいインスタンスを初期化します。
public:
ModelValidatorProviderCollection(System::Collections::Generic::IList<System::Web::ModelBinding::ModelValidatorProvider ^> ^ list);
public ModelValidatorProviderCollection (System.Collections.Generic.IList<System.Web.ModelBinding.ModelValidatorProvider> list);
new System.Web.ModelBinding.ModelValidatorProviderCollection : System.Collections.Generic.IList<System.Web.ModelBinding.ModelValidatorProvider> -> System.Web.ModelBinding.ModelValidatorProviderCollection
Public Sub New (list As IList(Of ModelValidatorProvider))
パラメーター
- list
- IList<ModelValidatorProvider>
検証コントロール プロバイダーのコレクション。