ValueProviderFactoryCollection Methods
The ValueProviderFactoryCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | (Inherited from Collection(Of ValueProviderFactory).) |
|
Clear | (Inherited from Collection(Of ValueProviderFactory).) |
|
ClearItems | (Inherited from Collection(Of ValueProviderFactory).) |
|
Contains | (Inherited from Collection(Of ValueProviderFactory).) |
|
CopyTo | (Inherited from Collection(Of ValueProviderFactory).) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | (Inherited from Collection(Of ValueProviderFactory).) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
GetValueProvider | Returns the value-provider factory for the specified controller context. |
|
IndexOf | (Inherited from Collection(Of ValueProviderFactory).) |
|
Insert | (Inherited from Collection(Of ValueProviderFactory).) |
|
InsertItem | Inserts the specified value-provider factory object at the specified index location. (Overrides Collection(Of T).InsertItem(Int32, T).) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | (Inherited from Collection(Of ValueProviderFactory).) |
|
RemoveAt | (Inherited from Collection(Of ValueProviderFactory).) |
|
RemoveItem | (Inherited from Collection(Of ValueProviderFactory).) |
|
SetItem | Sets the specified value-provider factory object at the given index location. (Overrides Collection(Of T).SetItem(Int32, T).) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IList.Add | (Inherited from Collection(Of ValueProviderFactory).) |
|
IList.Contains | (Inherited from Collection(Of ValueProviderFactory).) |
|
ICollection.CopyTo | (Inherited from Collection(Of ValueProviderFactory).) |
|
IEnumerable.GetEnumerator | (Inherited from Collection(Of ValueProviderFactory).) |
|
IList.IndexOf | (Inherited from Collection(Of ValueProviderFactory).) |
|
IList.Insert | (Inherited from Collection(Of ValueProviderFactory).) |
|
IList.Remove | (Inherited from Collection(Of ValueProviderFactory).) |
Show: