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 Interface

Provides access to the value provider collection that can be used for managing and checking the value providers that will be used during code persistance and depersistance.

IValueProviderService

[Visual Basic]
Public Interface IValueProviderService
[C#]
public interface IValueProviderService
[C++]
public __gc __interface IValueProviderService

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IValueProviderService

Class Description
ValueProviderService The value provider service provides a collection of value providers that will be called on when code is persisted or depersisted.

Remarks

Provides access to a collection of value providers that will all be called on when code is persisted or depersisted.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IValueProviderService Members | System.ComponentModel.Design Namespace | IValueProviderCollection