AxHost::ICustomTypeDescriptor::GetPropertyOwner Method (PropertyDescriptor^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the object that owns the specified value.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual Object^ GetPropertyOwner(
	PropertyDescriptor^ pd
) sealed = ICustomTypeDescriptor::GetPropertyOwner

Parameters

pd
Type: System.ComponentModel::PropertyDescriptor^

Not used.

Return Value

Type: System::Object^

The current object.

.NET Framework
Available since 1.1
Return to top
Show: