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!

ValueProviderService Class

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

Object
   ValueProviderService

[Visual Basic]
NotInheritable Public Class ValueProviderService
   Implements IValueProviderService
[C#]
public sealed class ValueProviderService : IValueProviderService
[C++]
public __gc __sealed class ValueProviderService : public
   IValueProviderService
[JScript]
public class ValueProviderService implements IValueProviderService

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

ValueProviderService Members | System.ComponentModel.Design Namespace