FAreaTypeConverterGetProperties Method
Return the collection of property descriptors for the context, object,
and attributes provided.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public virtual PropertyDescriptorCollection GetProperties(
ITypeDescriptorContext context,
Object value,
Attribute[] attributes
)
Public Overridable Function GetProperties (
context As ITypeDescriptorContext,
value As Object,
attributes As Attribute()
) As PropertyDescriptorCollection
No code example is currently available or this language may not be supported.
- 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.
PropertyDescriptorCollection
Reference to a collection of property descriptors matching the
caller's specification.
In this version, none of the incoming parameters are checked.