Click or drag to resize

PropertyBag.ICustomTypeDescriptor.GetPropertyOwner Method

Returns an object that contains the property described by the specified property descriptor.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
Object ICustomTypeDescriptor.GetPropertyOwner(
	PropertyDescriptor pd
)

Parameters

pd
Type: System.ComponentModel.PropertyDescriptor
A PropertyDescriptor that represents the property whose owner is to be found.

Return Value

Type: Object
An Object that represents the owner of the specified property.

Implements

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)
See Also