ValueProviderCollection Methods
The ValueProviderCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | (Inherited from Collection(IValueProvider).) |
|
Clear | (Inherited from Collection(IValueProvider).) |
|
ClearItems | (Inherited from Collection(IValueProvider).) |
|
Contains | (Inherited from Collection(IValueProvider).) |
|
ContainsPrefix | Determines whether the collection contains the specified prefix. |
|
CopyTo | (Inherited from Collection(IValueProvider).) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | (Inherited from Collection(IValueProvider).) |
|
GetHashCode | (Inherited from Object.) |
|
GetKeysFromPrefix | Gets the keys using the specified prefix. |
|
GetType | (Inherited from Object.) |
|
GetValue(String) | Returns a value object using the specified key. |
|
GetValue(String, Boolean) | Returns a value object using the specified key and skip-validation parameter. |
|
IndexOf | (Inherited from Collection(IValueProvider).) |
|
Insert | (Inherited from Collection(IValueProvider).) |
|
InsertItem | Inserts the specified value-provider object into the collection at the specified index location. (Overrides Collection(T).InsertItem(Int32, T).) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | (Inherited from Collection(IValueProvider).) |
|
RemoveAt | (Inherited from Collection(IValueProvider).) |
|
RemoveItem | (Inherited from Collection(IValueProvider).) |
|
SetItem | Replaces the value provider at the specified index location with a new value provider. (Overrides Collection(T).SetItem(Int32, T).) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IList.Add | (Inherited from Collection(IValueProvider).) |
|
IList.Contains | (Inherited from Collection(IValueProvider).) |
|
ICollection.CopyTo | (Inherited from Collection(IValueProvider).) |
|
IEnumerable.GetEnumerator | (Inherited from Collection(IValueProvider).) |
|
IList.IndexOf | (Inherited from Collection(IValueProvider).) |
|
IList.Insert | (Inherited from Collection(IValueProvider).) |
|
IList.Remove | (Inherited from Collection(IValueProvider).) |
Show: