NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ValueProviderCollection.All

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[];

Property Value

An array of IValueProvider objects listed by the ValueProviderCollection.

See Also

ValueProviderCollection Class | ValueProviderCollection Members | System.ComponentModel.Design Namespace