次の方法で共有


ValueProviderFactoryCollection クラス

定義

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

public class ValueProviderFactoryCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.ValueProviderFactory>
type ValueProviderFactoryCollection = class
    inherit Collection<ValueProviderFactory>
Public Class ValueProviderFactoryCollection
Inherits Collection(Of ValueProviderFactory)
継承
ValueProviderFactoryCollection

コンストラクター

ValueProviderFactoryCollection()

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

ValueProviderFactoryCollection(IList<ValueProviderFactory>)

値プロバイダー ファクトリの指定したリストを ValueProviderFactoryCollection 使用して、 クラスの新しいインスタンスを初期化します。

メソッド

ClearItems()

コレクションからすべての要素を削除します。

GetValueProvider(ControllerContext)

指定されたコントローラー コンテキストの値プロバイダー ファクトリを返します。

InsertItem(Int32, ValueProviderFactory)

指定したインデックス位置に、指定された値プロバイダー ファクトリ オブジェクトを挿入します。

RemoveItem(Int32)

Collection<T> の指定したインデックスにある要素を削除します。

SetItem(Int32, ValueProviderFactory)

指定したインデックス位置に、指定された値プロバイダー ファクトリ オブジェクトを設定します。

適用対象