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!

IValueProviderCollection.All

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

Property Value

An array of all IValueProvider objects referenced by the collection.

Remarks

Use the Add and Remove methods for most operations on the collection.

See Also

IValueProviderCollection Interface | IValueProviderCollection Members | System.ComponentModel.Design Namespace | IValueProvider