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!

IValueProvider Interface

Defines an object that participates in code generation to persist data outside of the code.

IValueProvider

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

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

Classes that Implement IValueProvider

Class Description
ValueProvider 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.

Remarks

This interface allows the runtime object to provide values to components on the form.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

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