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

Creates a new expression that represents the property value for the specified component.

[Visual Basic]
Overrides Public Function ProvideExpression( _
   ByVal component As Object, _
   ByVal propertyName As String, _
   ByVal value As Object _
) As Object
[C#]
public override object ProvideExpression(
   object component,
   string propertyName,
   object value
);
[C++]
public: override Object* ProvideExpression(
   Object* component,
   String* propertyName,
   Object* value
);
[JScript]
public override function ProvideExpression(
   component : Object,
   propertyName : String,
   value : Object
) : Object;

Parameters

component
The component whose property is being persisted.
propertyName
The property that is being persisted.
value
The value of the property that is being persisted.

See Also

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