---
title: UITextItemTagAttributeName
framework: uikit
role: symbol
role_heading: Global Variable
path: uikit/uitextitemtagattributename
---

# UITextItemTagAttributeName

The name of a custom tag associated with a text item.

## Declaration

```occ
extern NSAttributedStringKey const UITextItemTagAttributeName;
```

## Overview

Overview The value of this attribute is an NSString object with the tag name of a UITextItem object.

## See Also

### Getting text attribute keys

- [NSLinkAttributeName](uikit/nslinkattributename.md)
- [NSShadowAttributeName](uikit/nsshadowattributename.md)
- [NSTextEffectAttributeName](uikit/nstexteffectattributename.md)
- [NSTextHighlightColorSchemeAttributeName](uikit/nstexthighlightcolorschemeattributename.md)
- [NSTextHighlightStyleAttributeName](uikit/nstexthighlightstyleattributename.md)
- [NSWritingToolsExclusionAttributeName](uikit/nswritingtoolsexclusionattributename.md)
