ComponentInfo.getProperties

Overview | Methods | This Package | All Packages

ComponentInfo.getProperties

Retrieves the properties that were specified in the component's ClassInfo.

Syntax

public PropertyInfo[] getProperties()

public PropertyInfo[] getProperties( MemberAttribute[] attributes )

Parameters

attributes

An array of MemberAttribute objects that specify which properties should be retrieved.

Return Value

Returns an array of PropertyInfo objects. If no parameter was passed to getProperties, all properties specified in the component's ClassInfo are returned; otherwise, getProperties returns only those properties whose attributes satisfy the items in the attributes array. (An item in the attributes array is satisfied if it specifies an attribute in a property's PropertyInfo or represents the default attribute for that type if the attribute is not specified in the PropertyInfo.)

See Also   IClassInfo