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!

IValueProviderService.Providers

Gets or sets the collection of value providers.

[Visual Basic]
ReadOnly Property Providers As IValueProviderCollection
[C#]
IValueProviderCollection Providers {get;}
[C++]
IValueProviderCollection* get_Providers() = 0;
[JScript]
abstract function get Providers() : IValueProviderCollection;

Property Value

An IValueProviderCollection that contains the value providers for the document.

See Also

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