[]
Returns an object that contains the property described by the specified property descriptor.
public object GetPropertyOwner(PropertyDescriptor pd)
Public Function GetPropertyOwner(pd As PropertyDescriptor) As Object
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. |