DeploymentInitializeOptions Class

Definition

A class that represents deployment options. Passed as a parameter to DeploymentManager.Initialize(DeploymentInitializeOptions).

C#
[Windows.Foundation.Metadata.Activatable(131072, "Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DeploymentInitializeOptions
Inheritance
Object DeploymentInitializeOptions
Attributes

Constructors

DeploymentInitializeOptions()

Initializes a new instance of the DeploymentInitializeOptions class.

Properties

ForceDeployment

Gets or sets a value that indicates whether, when registering the Windows App SDK packages, the processes associated with the Windows App SDK Main and Singleton packages will be shut down forcibly if they are currently in use.

OnErrorShowUI

Gets or sets a value that indicates whether UI should be displayed in the event of an error.

Applies to

Toode Versioonid
Windows App SDK 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also