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.ProvideValue

Gets the value that the code expression represents.

[Visual Basic]
Overridable Public Function ProvideValue( _
   ByVal component As Object, _
   ByVal propertyName As String, _
   ByVal exp As Object _
) As Object
[C#]
public virtual object ProvideValue(
   object component,
   string propertyName,
   object exp
);
[C++]
public: virtual Object* ProvideValue(
   Object* component,
   String* propertyName,
   Object* exp
);
[JScript]
public function ProvideValue(
   component : Object,
   propertyName : String,
   exp : Object
) : Object;

Parameters

component
The component whose property is being depersisted.
propertyName
The property that is being depersisted.
exp
[To be supplied.]

See Also

ValueProvider Class | ValueProvider Members | System.ComponentModel.Design Namespace