FileItemGetProperties(Attribute) Method
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: 2024.9.12.0
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
- attributes Attribute
- An array of type Attribute that is used as a filter.
PropertyDescriptorCollectionA
PropertyDescriptorCollection that represents the filtered properties for this component instance.
ICustomTypeDescriptorGetProperties(Attribute)