FAreaTypeConverterGetProperties Method

Return the collection of property descriptors for the context, object, and attributes provided.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public virtual PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext context,
	Object value,
	Attribute[] attributes
)

Parameters

context  ITypeDescriptorContext
The context to consider.
value  Object
The live object from which the properties will be retrieved.
attributes  Attribute
Array of attributes by which to filter the return properties.

Return Value

PropertyDescriptorCollection
Reference to a collection of property descriptors matching the caller's specification.

Remarks

In this version, none of the incoming parameters are checked.

See Also