FileItemGetPropertyOwner Method

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

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public Object GetPropertyOwner(
	PropertyDescriptor pd
)

Parameters

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

Return Value

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

Implements

ICustomTypeDescriptorGetPropertyOwner(PropertyDescriptor)

See Also