| ReferenceItemGetProperties Method (Attribute) |
Returns the properties for this instance of a component using the attribute array as a filter.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
Public Function GetProperties (
attributes As Attribute()
) As PropertyDescriptorCollection
public:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
) sealed
abstract GetProperties :
attributes : Attribute[] -> PropertyDescriptorCollection
override GetProperties :
attributes : Attribute[] -> PropertyDescriptorCollection
Parameters
- attributes
- Type: SystemAttribute
An array of type Attribute that is used as a filter.
Return Value
Type:
PropertyDescriptorCollectionA
PropertyDescriptorCollection that represents the filtered properties for this component instance.
Implements
ICustomTypeDescriptorGetProperties(Attribute)See Also