make/vs/x64/Debug/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.xml

Thu, 08 Feb 2024 10:22:58 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 08 Feb 2024 10:22:58 +0100
changeset 21
3060a5a1d5fd
parent 0
2483f517c562
permissions
-rw-r--r--

don't crash when the upload is in progress and the window is closed

<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Windows.ApplicationModel.WindowsAppRuntime</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentManager">
      <summary>Provides access to deployment information for the Windows App SDK runtime.</summary>
    </member>
    <member name="M:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentManager.GetStatus">
      <summary>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.</summary>
      <returns>An object that provides deployment status and error information for the Windows App SDK runtime referenced by the current package.</returns>
    </member>
    <member name="M:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentManager.Initialize">
      <summary>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.</summary>
      <returns>An object that provides deployment status and error information for the Windows App SDK runtime referenced by the current package.</returns>
    </member>
    <member name="T:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentResult">
      <summary>Provides deployment status and error information for the Windows App SDK runtime referenced by the current package.</summary>
    </member>
    <member name="M:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentResult.#ctor(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentStatus,Windows.Foundation.HResult)">
      <summary>Initializes a new instance of the DeploymentResult class.</summary>
      <param name="status">The deployment status of the Windows App SDK runtime that is currently loaded.</param>
      <param name="extendedError">The first encountered error if there was an error initializing the Windows App SDK runtime or getting the status of the runtime.</param>
    </member>
    <member name="P:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentResult.ExtendedError">
      <summary>Gets the first encountered error if there was an error initializing the Windows App SDK runtime or getting the status of the runtime.</summary>
      <returns>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.</returns>
    </member>
    <member name="P:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentResult.Status">
      <summary>Gets the deployment status of the Windows App SDK runtime that is currently loaded.</summary>
      <returns>The deployment status of the Windows App SDK runtime that is currently loaded.</returns>
    </member>
    <member name="T:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentStatus">
      <summary>Represents the deployment status of the Windows App SDK runtime that is currently loaded.</summary>
    </member>
    <member name="F:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentStatus.Ok">
      <summary>The Windows App SDK runtime is in a good deployment state.</summary>
    </member>
    <member name="F:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentStatus.PackageInstallFailed">
      <summary>The installation of a package for the Windows App SDK runtime failed.</summary>
    </member>
    <member name="F:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentStatus.PackageInstallRequired">
      <summary>A package install is required in order for the Windows App SDK runtime to be in a good deployment state.</summary>
    </member>
    <member name="F:Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentStatus.Unknown">
      <summary>The Windows App SDK runtime is in an unknown deployment state.</summary>
    </member>
  </members>
</doc>

mercurial