Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public override PropertyDescriptorCollection GetProperties(
	Attribute[] attributes
)
Visual Basic
Public Overrides Function GetProperties ( 
	attributes As Attribute()
) As PropertyDescriptorCollection
Visual C++
public:
virtual PropertyDescriptorCollection^ GetProperties(
	array<Attribute^>^ attributes
) override
F#
abstract GetProperties : 
        attributes : Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes : Attribute[] -> PropertyDescriptorCollection 

Parameters

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

Return Value

Type: PropertyDescriptorCollection

Implements

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

See Also