DynamicActivity<TResult>.ICustomTypeDescriptor.GetPropertyOwner Метод

Определение

Возвращает данный экземпляр класса DynamicActivity<TResult>.

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System::ComponentModel::PropertyDescriptor ^ pd) = System::ComponentModel::ICustomTypeDescriptor::GetPropertyOwner;
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

Параметры

pd
PropertyDescriptor

Свойство, для которого требуется найти владельца.

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

Этот экземпляр DynamicActivity<TResult>.

Реализации

Комментарии

Этот метод не обрабатывает параметр pd. Этот параметр предусмотрен для реализации интерфейса ICustomTypeDescriptor.

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр DynamicActivity<TResult> приведен к типу интерфейса ICustomTypeDescriptor.

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