SubMenuStyle.ICustomTypeDescriptor.GetPropertyOwner メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの詳細については、「GetPropertyOwner(PropertyDescriptor)」をご覧ください。
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
パラメーター
所有者を見つけるプロパティを表す PropertyDescriptor。
戻り値
指定したプロパティの所有者を表す Object。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 インスタンスがインターフェイスに SubMenuStyle キャスト ICustomTypeDescriptor されている場合にのみ使用できます。