ModelValidatorProviderCollection コンストラクター

定義

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>

検証コントロール プロバイダーのコレクション。

適用対象