ValueProviderFactoryCollection Methods

The ValueProviderFactoryCollection type exposes the following members.

  Name Description
Public method Add (Inherited from Collection(Of ValueProviderFactory).)
Public method Clear (Inherited from Collection(Of ValueProviderFactory).)
Protected method ClearItems (Inherited from Collection(Of ValueProviderFactory).)
Public method Contains (Inherited from Collection(Of ValueProviderFactory).)
Public method CopyTo (Inherited from Collection(Of ValueProviderFactory).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection(Of ValueProviderFactory).)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValueProvider Returns the value-provider factory for the specified controller context.
Public method IndexOf (Inherited from Collection(Of ValueProviderFactory).)
Public method Insert (Inherited from Collection(Of ValueProviderFactory).)
Protected method InsertItem Inserts the specified value-provider factory object at the specified index location. (Overrides Collection(Of T).InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection(Of ValueProviderFactory).)
Public method RemoveAt (Inherited from Collection(Of ValueProviderFactory).)
Protected method RemoveItem (Inherited from Collection(Of ValueProviderFactory).)
Protected method SetItem Sets the specified value-provider factory object at the given index location. (Overrides Collection(Of T).SetItem(Int32, T).)
Public method ToString (Inherited from Object.)
Top
Show: