DataBus.GetPropertyOwner(PropertyDescriptor) Method

Definition

Returns an object that contains the property described by the specified property descriptor.

public:
 virtual System::Object ^ GetPropertyOwner(System::ComponentModel::PropertyDescriptor ^ pd);
public object GetPropertyOwner (System.ComponentModel.PropertyDescriptor pd);
abstract member GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
override this.GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
Public Function GetPropertyOwner (pd As PropertyDescriptor) As Object

Parameters

pd
PropertyDescriptor

A Property Descriptor that represents the property whose owner is to be found.

Returns

An object that represents the owner of the specified property.

Implements

Applies to