ValueProviderCollection クラス

定義

アプリケーションの値プロバイダー オブジェクトのコレクションを表します。

public class ValueProviderCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.IValueProvider>, System.Web.Mvc.IEnumerableValueProvider, System.Web.Mvc.IUnvalidatedValueProvider
type ValueProviderCollection = class
    inherit Collection<IValueProvider>
    interface IValueProvider
    interface IUnvalidatedValueProvider
    interface IEnumerableValueProvider
Public Class ValueProviderCollection
Inherits Collection(Of IValueProvider)
Implements IEnumerableValueProvider, IUnvalidatedValueProvider
継承
ValueProviderCollection
実装

コンストラクター

ValueProviderCollection()

ValueProviderCollection クラスの新しいインスタンスを初期化します。

ValueProviderCollection(IList<IValueProvider>)

クラスの新しいインスタンスを ValueProviderCollection 初期化し、指定した値プロバイダーを登録します。

メソッド

ContainsPrefix(String)

指定したプレフィックスがコレクションに含まれているかどうかを判断します。

GetKeysFromPrefix(String)

指定したプレフィックスを使用してキーを取得します。

GetValue(String)

指定したキーを使用して値オブジェクトを返します。

GetValue(String, Boolean)

指定したキーおよびスキップ検証パラメーターを使用して、値オブジェクトを返します。

InsertItem(Int32, IValueProvider)

このコレクション内の指定したインデックス位置に、指定した値プロバイダー オブジェクトを挿入します。

SetItem(Int32, IValueProvider)

指定したインデックス位置にある値プロバイダーを新しい値プロバイダーに置き換えます。

適用対象