Click or drag to resize

PropertyBagICustomTypeDescriptorGetPropertyOwner 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.0529)
Syntax
Object ICustomTypeDescriptor.GetPropertyOwner(
	PropertyDescriptor pd
)

Parameters

pd
Type: System.ComponentModelPropertyDescriptor
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

ICustomTypeDescriptorGetPropertyOwner(PropertyDescriptor)
See Also