Click or drag to resize
Sandcastle Help File BuilderFileItemGetDefaultProperty Method
Returns the default property for this instance of a component.

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

Return Value

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

Implements

ICustomTypeDescriptorGetDefaultProperty
See Also