---
title: CFDictionaryGetTypeID()
framework: corefoundation
role: symbol
role_heading: Function
path: corefoundation/cfdictionarygettypeid()
---

# CFDictionaryGetTypeID()

Returns the type identifier for the CFDictionary opaque type.

## Declaration

```swift
func CFDictionaryGetTypeID() -> CFTypeID
```

## Return Value

Return Value The type identifier for the CFDictionary opaque type.

## Discussion

Discussion CFMutableDictionary objects have the same type identifier as CFDictionary objects.
