[]
Returns an object that contains the property described by the specified property descriptor.
public object GetPropertyOwner(PropertyDescriptor pd)
| Type | Name | Description |
|---|---|---|
| PropertyDescriptor | pd | A PropertyDescriptor that represents the property whose owner is to be found. |
| Type | Description |
|---|---|
| object | An object that represents the owner of the specified property. |