PropertyDescriptor::GetValue Method (Object^)
When overridden in a derived class, gets the current value of the property on a component.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System::Object^
The component with the property for which to retrieve the value.
Typically, this method is implemented through reflection.
This method automatically calls the pre-change method, OnComponentChanging, and post-change method, OnComponentChanged, of the IComponentChangeService.
Notes to Inheritors:
When you override this method, it gets the current value of the property by invoking a "GetMyProperty" method that you need to implement. An exception in that method should pass through.
Available since 1.1