Returns the properties for this instance of a component using the attribute array as a filter.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)
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>[]()[][]
An array of type Attribute that is used as a filter.
Return Value
A
PropertyDescriptorCollection that represents the filtered properties for this component instance.
Implements
ICustomTypeDescriptor..::..GetProperties(array<Attribute>[]()[][])
See Also