PropertyDescriptor.GetValue Method
.NET Framework 4
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.