PSObjectTypeDescriptor.GetPropertyOwner(PropertyDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the object that this value is a member of.
public:
override System::Object ^ GetPropertyOwner(System::ComponentModel::PropertyDescriptor ^ pd);
public override object GetPropertyOwner (System.ComponentModel.PropertyDescriptor pd);
override this.GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
Public Overrides Function GetPropertyOwner (pd As PropertyDescriptor) As Object
Parameters
A PropertyDescriptor that represents the property whose owner is to be found.
Returns
An object that represents the owner of the specified property.