AxHost.ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor) 方法
定義
傳回具有指定值的物件。Returns the object that owns the specified value.
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
參數
未使用。Not used.
傳回
目前的物件。The current object.