Contents

reconfigure(configuration:)

Reconfigure this display with the new display configuration you provide.

Declaration

func reconfigure(configuration: VZGraphicsDisplayConfiguration) throws

Parameters

Discussion

If successful, the framework passes the new configuration to the guest, but the guest may or may not respond to parts of the configuration. If the guest doesn’t use the new configuration, the Virtualization framework doesn’t return an error.

Reconfiguration of the display triggers a display state change that you can track by adopting the VZGraphicsDisplayObserver protocol.

See Also

Changing the display configuration