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!

ValueProvider Class

Interface defining an object that needs to participate in code generation to persist data outside of the code. This allows the runtime object to "provide values" to components on the form.

Object
   ValueProvider

[Visual Basic]
Public Class ValueProvider
   Implements IValueProvider
[C#]
public class ValueProvider : IValueProvider
[C++]
public __gc class ValueProvider : public IValueProvider
[JScript]
public class ValueProvider implements IValueProvider

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

ValueProvider Members | System.ComponentModel.Design Namespace