MicaController.SetSystemBackdropConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the app-specific policies to be applied to the system backdrop controller.
public:
virtual void SetSystemBackdropConfiguration(SystemBackdropConfiguration ^ configuration) = SetSystemBackdropConfiguration;
void SetSystemBackdropConfiguration(SystemBackdropConfiguration const& configuration);
public void SetSystemBackdropConfiguration(SystemBackdropConfiguration configuration);
function setSystemBackdropConfiguration(configuration)
Public Sub SetSystemBackdropConfiguration (configuration As SystemBackdropConfiguration)
Parameters
- configuration
- SystemBackdropConfiguration
A configuration object that describes the app-specific policies to be applied to the system backdrop controller.
Implements
Remarks
A SystemBackdropConfiguration
is required, and cannot be null
. A system backdrop controller with no configuration will not do anything even if targets have been added.