Instance Method
propertyListValue(format:)propertyListValueFormat:error: propertyListValueFormat_error_
Returns the property list value for the specified format version.
Declaration
func propertyListValue(format: GSFormatVersion) throws -> AnyDeclaration
- (id) propertyListValueFormat:(GSFormatVersion) format error:(NSError **) error;Declaration
propertyListValueFormat_error_(format: GSFormatVersion) -> tuple[object, NSError]Parameters
formatThe format version to use.
Parameters
formatThe format version to use.
errorOn output, a pointer to an error object that describes why the method failed, or
nilif no error occurred. If you are not interested in the error information, passnilfor this parameter.
Return Value
The property list value.
Return Value
The property list value. On failure, this method returns nil.