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.
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. |
This interface allows the runtime object to provide values to components on the form.
Namespace: System.ComponentModel.Design
Assembly: System.dll
IValueProvider Members | System.ComponentModel.Design Namespace | IValueProviderService | IValueProviderCollection