Gets or sets a snapshot array of all the IValueProvider items.
[Visual Basic] ReadOnly Property All As IValueProvider () [C#] IValueProvider[] All {get;} [C++] IValueProvider* get_All() = 0; [JScript] abstract function get All() : IValueProvider[];
An array of all IValueProvider objects referenced by the collection.
Use the Add and Remove methods for most operations on the collection.
IValueProviderCollection Interface | IValueProviderCollection Members | System.ComponentModel.Design Namespace | IValueProvider