FileItem.GetDefaultProperty Method

Returns the default property for this instance of a component.

Definition

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

Return Value

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

Implements

ICustomTypeDescriptor.GetDefaultProperty()

See Also