Click or drag to resize
Sandcastle Help File BuilderReferenceItemGetProperties Method (Attribute)
Returns the properties for this instance of a component using the attribute array as a filter.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public PropertyDescriptorCollection GetProperties(
	Attribute[] attributes
)

Parameters

attributes
Type: SystemAttribute
An array of type Attribute that is used as a filter.

Return Value

Type: PropertyDescriptorCollection
A PropertyDescriptorCollection that represents the filtered properties for this component instance.

Implements

ICustomTypeDescriptorGetProperties(Attribute)
See Also