Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
	Attribute[] attributes
)
Visual Basic
Private Function GetProperties ( _
	attributes As Attribute() _
) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Parameters

attributes
Type: array<System..::..Attribute>[]()[][]

Implements

ICustomTypeDescriptor..::..GetProperties(array<Attribute>[]()[][])

See Also