FileItemGetAttributes Method

Returns a collection of custom attributes for this instance of a component.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public AttributeCollection GetAttributes()

Return Value

AttributeCollection
An AttributeCollection containing the attributes for this object.

Implements

ICustomTypeDescriptorGetAttributes

See Also