AnnotationBrushConverterGetProperties Method (ITypeDescriptorContext, Object, Attribute) |
Returns a collection of properties for the type of array specified by the value parameter, using the
specified context and attributes.
Namespace:
Atalasoft.Annotate.Converters
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override PropertyDescriptorCollection GetProperties(
ITypeDescriptorContext context,
Object value,
Attribute[] attributes
)
Public Overrides Function GetProperties (
context As ITypeDescriptorContext,
value As Object,
attributes As Attribute()
) As PropertyDescriptorCollection
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context. - value
- Type: SystemObject
An Object that specifies the type of array for which to get properties. - attributes
- Type: SystemAttribute
An array of type Attribute that is used as a filter.
Return Value
Type:
PropertyDescriptorCollection A PropertyDescriptorCollection with the properties that are exposed for this data type, or a null
reference (Nothing in Visual Basic) if there are no properties.
See Also