Provides an interface to manage a collection of IValueProvider objects.
[Visual Basic] Public Interface IValueProviderCollection Implements ICollection, IEnumerable [C#] public interface IValueProviderCollection : ICollection, IEnumerable [C++] public __gc __interface IValueProviderCollection : public ICollection, IEnumerable
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
ValueProviderCollection | Collection of IValueProvider objects. |
Allows you to manage a document's value provider collection.
Namespace: System.ComponentModel.Design
Assembly: System.dll
IValueProviderCollection Members | System.ComponentModel.Design Namespace | IValueProvider