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()
Visual Basic
Public Overrides Function GetProperties As PropertyDescriptorCollection
Visual C++
public:
virtual PropertyDescriptorCollection^ GetProperties() override
F#
abstract GetProperties : unit -> PropertyDescriptorCollection 
override GetProperties : unit -> PropertyDescriptorCollection 

Return Value

Type: PropertyDescriptorCollection

Implements

ICustomTypeDescriptor..::..GetProperties()()()()

See Also