Gets the value that the code expression represents.
[Visual Basic] Overridable Public Function ProvideValue( _ ByVal component As Object, _ ByVal propertyName As String, _ ByVal exp As Object _ ) As Object [C#] public virtual object ProvideValue( object component, string propertyName, object exp ); [C++] public: virtual Object* ProvideValue( Object* component, String* propertyName, Object* exp ); [JScript] public function ProvideValue( component : Object, propertyName : String, exp : Object ) : Object;
ValueProvider Class | ValueProvider Members | System.ComponentModel.Design Namespace