value(forCustomKey:)
Returns the value associated with the specified custom attribute key.
Declaration
func value(forCustomKey key: CSCustomAttributeKey) -> (any NSSecureCoding)?Parameters
- key:
The custom attribute key.
Return Value
The value associated with the custom attribute key.