LaunchQuerySupportStatus Enum
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.
Specifies whether an app is available that supports activation.
public enum class LaunchQuerySupportStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class LaunchQuerySupportStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum LaunchQuerySupportStatus
var value = Windows.System.LaunchQuerySupportStatus.available
Public Enum LaunchQuerySupportStatus
- Inheritance
-
LaunchQuerySupportStatus
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Available | 0 | An app that handles the activation is available and may be activated. |
AppNotInstalled | 1 | No app is installed to handle the activation. |
AppUnavailable | 2 | An app that handles the activation is installed but not available because it is being updated by the store or it was installed on a removable device that is not available. |
NotSupported | 3 | The app does not handle the activation. |
Unknown | 4 | An unknown error was encountered while determining whether an app supports the activation. |