LaunchFileStatus 枚举

定义

指定为文件激活应用程序的结果。

public enum class LaunchFileStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class LaunchFileStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum LaunchFileStatus
var value = Windows.System.LaunchFileStatus.success
Public Enum LaunchFileStatus
继承
LaunchFileStatus
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

字段

AppUnavailable 1

无法激活应用程序,可能是因为存储区正在更新应用程序、它安装在不可用的可移动设备上,等等。

DeniedByPolicy 2

无法为此文件激活应用程序,因为文件可能无法跨越用户边界。

FileTypeNotSupported 3

尝试激活的应用程序不支持此文件类型。

Success 0

应用程序已成功激活。

Unknown 4

激活应用程序时遇到未知错误。

适用于