DeploymentManager.GetStatus Method

Definition

Returns the current deployment status of the Windows App SDK runtime that is currently loaded. Use this method to identify if there is work required to install Windows App SDK runtime packages before the current app can use Windows App SDK features.

public:
 static DeploymentResult ^ GetStatus();
 static DeploymentResult GetStatus();
public static DeploymentResult GetStatus();
function getStatus()
Public Shared Function GetStatus () As DeploymentResult

Returns

An object that provides deployment status and error information for the Windows App SDK runtime referenced by the current package.

Remarks

Call this method after the current app is initialized but before it has used any Windows App SDK features.

Applies to

See also