MarginConverter.GetProperties

Overloads

GetProperties(ITypeDescriptorContext, Object)Returns a collection of properties for the type of array specified by the value parameter, using the specified context.
GetProperties(ITypeDescriptorContext, Object, Attribute[])
GetProperties(Object)Returns a collection of properties for the type of array specified by the value parameter.

GetProperties(ITypeDescriptorContext, Object)

Returns a collection of properties for the type of array specified by the value parameter, using the specified context.

public PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, Object value)
Function GetProperties(context As ITypeDescriptorContext, value As Object) As PropertyDescriptorCollection

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

value
Object

An Object that specifies the type of array for which to get properties.

Returns

PropertyDescriptorCollection

A PropertyDescriptorCollection with the properties that are exposed for this data type, or if there are no properties.

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

GetProperties(ITypeDescriptorContext, Object, Attribute[])

public PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, Object value, Attribute[] attributes)
Function GetProperties(context As ITypeDescriptorContext, value As Object, attributes As Attribute[]) As PropertyDescriptorCollection

Parameters

value
Object

attributes
Attribute[]

Returns

PropertyDescriptorCollection

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

GetProperties(Object)

Returns a collection of properties for the type of array specified by the value parameter.

public PropertyDescriptorCollection GetProperties(Object value)
Function GetProperties(value As Object) As PropertyDescriptorCollection

Parameters

value
Object

An Object that specifies the type of array for which to get properties.

Returns

PropertyDescriptorCollection

A PropertyDescriptorCollection with the properties that are exposed for this data type, or if there are no properties.

Licensing Info

This method is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

MarginConverter
ceTe.DynamicBarcode.Creator

In this topic