diff -r 000000000000 -r 2483f517c562 make/vs/x64/Debug/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/make/vs/x64/Debug/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.xml Sun Jan 21 16:30:18 2024 +0100 @@ -0,0 +1,50 @@ + + + + Microsoft.Windows.ApplicationModel.WindowsAppRuntime + + + + Provides access to deployment information for the Windows App SDK runtime. + + + 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. + An object that provides deployment status and error information for the Windows App SDK runtime referenced by the current package. + + + Checks the status of the Windows App SDK runtime referenced by the current package and attempts to register any missing packages that can be registered. + An object that provides deployment status and error information for the Windows App SDK runtime referenced by the current package. + + + Provides deployment status and error information for the Windows App SDK runtime referenced by the current package. + + + Initializes a new instance of the DeploymentResult class. + The deployment status of the Windows App SDK runtime that is currently loaded. + The first encountered error if there was an error initializing the Windows App SDK runtime or getting the status of the runtime. + + + Gets the first encountered error if there was an error initializing the Windows App SDK runtime or getting the status of the runtime. + The first encountered error if there was an error initializing the Windows App SDK runtime or getting the status of the runtime. If there is no error, this property returns S_OK. + + + Gets the deployment status of the Windows App SDK runtime that is currently loaded. + The deployment status of the Windows App SDK runtime that is currently loaded. + + + Represents the deployment status of the Windows App SDK runtime that is currently loaded. + + + The Windows App SDK runtime is in a good deployment state. + + + The installation of a package for the Windows App SDK runtime failed. + + + A package install is required in order for the Windows App SDK runtime to be in a good deployment state. + + + The Windows App SDK runtime is in an unknown deployment state. + + + \ No newline at end of file