PointConverter::GetProperties Method (ITypeDescriptorContext^, Object^, array<Attribute^>^)
Retrieves the set of properties for this type. By default, a type does not return any properties.
Assembly: System.Drawing (in System.Drawing.dll)
public: virtual PropertyDescriptorCollection^ GetProperties( ITypeDescriptorContext^ context, Object^ value, array<Attribute^>^ attributes ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A type descriptor through which additional context can be provided.
- value
-
Type:
System::Object^
The value of the object to get the properties for.
- attributes
-
Type:
array<System::Attribute^>^
An array of Attribute objects that describe the properties.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^The set of properties that are exposed for this data type. If no properties are exposed, this method might return null. The default implementation always returns null.
A simple implementation of this method can just call GetProperties for the correct data type.
Available since 1.1