DeploymentManager.GetStatus 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.
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.