FileItemGetDefaultProperty Method

Returns the default property for this instance of a component.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public PropertyDescriptor GetDefaultProperty()

Return Value

PropertyDescriptor
A PropertyDescriptor that represents the default property for this object, or if this object does not have properties.

Implements

ICustomTypeDescriptorGetDefaultProperty

See Also