| FileItemGetAttributes Method |
Returns a collection of custom attributes for this instance of a component.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public AttributeCollection GetAttributes()
Public Function GetAttributes As AttributeCollection
public:
virtual AttributeCollection^ GetAttributes() sealed
abstract GetAttributes : unit -> AttributeCollection
override GetAttributes : unit -> AttributeCollection
Return Value
Type:
AttributeCollectionAn
AttributeCollection containing the attributes for this object.
Implements
ICustomTypeDescriptorGetAttributesSee Also