GetProperties(array<Attribute>[]()[][])
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public PropertyDescriptorCollection GetProperties(
Attribute[] attributes
) |
Visual Basic |
---|
Public Function GetProperties ( _
attributes As Attribute() _
) As PropertyDescriptorCollection |
JScript |
---|
public final function GetProperties(
attributes : Attribute[]
) : PropertyDescriptorCollection |
Parameters
- attributes
- Type: array<System..::..Attribute>[]()[][]
Implements
ICustomTypeDescriptor..::..GetProperties(array<Attribute>[]()[][])See Also