DbDataRecord.ICustomTypeDescriptor.GetPropertyOwner メソッド

定義

指定したプロパティ記述子によって記述されたプロパティを含むオブジェクトを返します。

 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

所有者を見つけるプロパティを表す PropertyDescriptor

戻り値

指定したプロパティの所有者を表す Object

実装

注釈

詳細については、「PropertyDescriptor」を参照してください。

適用対象

こちらもご覧ください