| FileItemGetDefaultProperty Method |
Returns the default property for this instance of a component.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public PropertyDescriptor GetDefaultProperty()
Public Function GetDefaultProperty As PropertyDescriptor
public:
virtual PropertyDescriptor^ GetDefaultProperty() sealed
abstract GetDefaultProperty : unit -> PropertyDescriptor
override GetDefaultProperty : unit -> PropertyDescriptor
Return Value
Type:
PropertyDescriptorA
PropertyDescriptor that represents the default property for this object, or null if this object does not have properties.
Implements
ICustomTypeDescriptorGetDefaultPropertySee Also