AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor) Метод

Определение

Извлекает объект, содержащий свойство, описываемое указанным дескриптором свойства.

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

Параметры

pd
PropertyDescriptor

Объект, PropertyDescriptor представляющий свойство, владелец которого должен быть найден.

Возвращаемое значение

Object

Возвращает значение типа, Object представляющее владельца указанного свойства.

Реализации

Применяется к