MarginConverter..::..GetProperties Method

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

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext context,
	Object value,
	Attribute[] attributes
)
Public Function GetProperties ( _
	context As ITypeDescriptorContext, _
	value As Object, _
	attributes As Attribute() _
) As PropertyDescriptorCollection
public:
PropertyDescriptorCollection^ GetProperties(
	ITypeDescriptorContext^ context, 
	Object^ value, 
	array<Attribute^>^ attributes
)

Parameters

context
Type: ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
value
Type: Object
An Object that specifies the type of array for which to get properties.
attributes
Type: array<Attribute>[]()[][]
An array of type Attribute that is used as a filter.

Return Value

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