Creates a new expression that represents the property value for the specified component.
[Visual Basic] Function ProvideExpression( _ ByVal component As Object, _ ByVal propertyName As String, _ ByVal value As Object _ ) As Object [C#] object ProvideExpression( object component, string propertyName, object value ); [C++] Object* ProvideExpression( Object* component, String* propertyName, Object* value ) = 0; [JScript] function ProvideExpression( component : Object, propertyName : String, value : Object ) : Object;
The new expression.
IValueProvider Interface | IValueProvider Members | System.ComponentModel.Design Namespace