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