ValueProviderCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表應用程式的值提供者物件集合。
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) |
以新的值提供者取代位於指定索引位置處的值提供者。 |