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