Contents

setProviderProperties(_:)

Set the state of provider properties.

Declaration

func setProviderProperties(_ providerProperties: CMIOExtensionProviderProperties) throws

Parameters

  • providerProperties:

    A provider properties object that contains the updated property states.

Discussion

If you implement this method in Swift and an error occurs, throw an error and pass more detailed information regarding the property or properties that failed in the error that you throw. If you implement this method in Objective-C and an error occurs, pass more detailed information regarding the property or properties that failed in the localizedDescription property of NSError.

See Also

Configuring Properties