FileItemGetPropertyOwner Method
Returns an object that contains the property described by the specified property descriptor.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public Object GetPropertyOwner(
PropertyDescriptor pd
)
Public Function GetPropertyOwner (
pd As PropertyDescriptor
) As Object
public:
virtual Object^ GetPropertyOwner(
PropertyDescriptor^ pd
) sealed
abstract GetPropertyOwner :
pd : PropertyDescriptor -> Object
override GetPropertyOwner :
pd : PropertyDescriptor -> Object
- pd PropertyDescriptor
- A PropertyDescriptor that represents the property whose owner is to be found.
ObjectAn
Object that represents the owner of the specified property.
ICustomTypeDescriptorGetPropertyOwner(PropertyDescriptor)