DynamicRecord.ICustomTypeDescriptor.GetPropertyOwner Method

Definition

Returns the object that contains the specified property.

object ICustomTypeDescriptor.GetPropertyOwner (System.ComponentModel.PropertyDescriptor pd);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
override this.System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner : System.ComponentModel.PropertyDescriptor -> obj
Function GetPropertyOwner (pd As PropertyDescriptor) As Object Implements ICustomTypeDescriptor.GetPropertyOwner

Parameters

pd
PropertyDescriptor

The property to get the owner of.

Returns

This DynamicRecord instance.

Implements

Applies to