共用方式為


IsolatedWindowsEnvironmentLaunchFileStatus 列舉

定義

已取代。 將檔案啟動狀態的列舉值列舉至隔離的 Windows 環境。

public enum class IsolatedWindowsEnvironmentLaunchFileStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentLaunchFileStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentLaunchFileStatus is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
enum class IsolatedWindowsEnvironmentLaunchFileStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentLaunchFileStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentLaunchFileStatus is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public enum IsolatedWindowsEnvironmentLaunchFileStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentLaunchFileStatus.success
Public Enum IsolatedWindowsEnvironmentLaunchFileStatus
繼承
IsolatedWindowsEnvironmentLaunchFileStatus
屬性

Windows 需求

裝置系列
Windows 10, version 2004 (已於 10.0.19041.0 引進)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (已於 v2.0 引進)

欄位

AlreadySharedWithConflictingOptions 5

檔案先前已與無效/衝突的選項共用。 例如,如果檔案先前與 IsolatedWindowsEnvironmentShareFileRequestOptions 中的 ShareFileAsync 呼叫和 AllowWrite 共用,則會擲回此錯誤。

EnvironmentUnavailable 2

檔案啟動至隔離的 Windows 環境失敗,因為環境無法使用。

FileNotFound 3

檔案啟動到隔離的 Windows 環境失敗,因為找不到檔案。

Success 0

檔案啟動至隔離的 Windows 環境成功。

TimedOut 4

檔案啟動至隔離的 Windows 環境逾時。

UnknownFailure 1

檔案啟動至隔離式 Windows 環境時發生未知失敗。

備註

警告

這是已被取代的 API。

適用於

另請參閱