PropertyBagICustomTypeDescriptorGetDefaultProperty Method |
Returns the default property for this instance of a component.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
Private Function GetDefaultProperty As PropertyDescriptor
Implements ICustomTypeDescriptor.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
ICustomTypeDescriptorGetDefaultPropertySee Also