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;
ResourceValueProvider Class | ResourceValueProvider Members | System.ComponentModel.Design Namespace