Click or drag to resize
Sandcastle Help File BuilderReferenceItemGetPropertyOwner Method
Returns an object that contains the property described by the specified property descriptor.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public Object 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