PropertyGridObject.ICustomTypeDescriptor.GetPropertyOwner メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティ グリッドを含む オブジェクトを返します。
virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System::ComponentModel::PropertyDescriptor ^ pd) = System::ComponentModel::ICustomTypeDescriptor::GetPropertyOwner;
object ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd);
Function GetPropertyOwner (pd As PropertyDescriptor) As Object Implements ICustomTypeDescriptor.GetPropertyOwner
パラメーター
PropertyDescriptor オブジェクト。
戻り値
Objectプロパティ グリッドの所有者を表す 。
実装
例
次の例では、 メソッドを ICustomTypeDescriptor.GetPropertyOwner 複製しています。
object MyGetPropertyOwner(PropertyDescriptor pd) {
return this;
}
注釈
pd
パラメーターは使用されません。