Gets or sets a snapshot array of all the items contained in the collection.
[Visual Basic] Overridable Public ReadOnly Property All As IValueProvider () [C#] public IValueProvider[] All {virtual get;} [C++] public: __property virtual IValueProvider* get_All(); [JScript] public function get All() : IValueProvider[];
An array of IValueProvider objects listed by the ValueProviderCollection.
ValueProviderCollection Class | ValueProviderCollection Members | System.ComponentModel.Design Namespace