WebPartMenuStyle.ICustomTypeDescriptor.GetPropertyOwner Method (PropertyDescriptor)

 

Returns an object that contains the property described by the specified property descriptor. This method implements the ICustomTypeDescriptor.GetPropertyOwner method.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

private abstract GetPropertyOwner : 
        pd:PropertyDescriptor -> Object
private override GetPropertyOwner : 
        pd:PropertyDescriptor -> Object

Parameters

pd
Type: System.ComponentModel.PropertyDescriptor

A PropertyDescriptor that represents the property whose owner is to be found.

Return Value

Type: System.Object

An Object that represents the owner of the specified property.

.NET Framework
Available since 2.0
Return to top
Show: