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!

ResourceValueProvider.ProvideValue

Retrieves the value that the code expression represents.

[Visual Basic]
Overrides Public Function ProvideValue( _
   ByVal component As Object, _
   ByVal propertyName As String, _
   ByVal exp As Object _
) As Object
[C#]
public override object ProvideValue(
   object component,
   string propertyName,
   object exp
);
[C++]
public: override Object* ProvideValue(
   Object* component,
   String* propertyName,
   Object* exp
);
[JScript]
public override 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
The expression for the property that is being depersisted.

See Also

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