Contents

MDItemCopyAttributeNames(_:)

Returns an array containing the attribute names existing in the metadata item.

Declaration

func MDItemCopyAttributeNames(_ item: MDItem!) -> CFArray!

Parameters

  • item:

    The item to be queried.

Return Value

A CFArray of CFString attribute names, or NULL on failure.

See Also

Retrieving Metadata Attributes