IsolatedWindowsEnvironmentLaunchFileStatus 列挙型

定義

非推奨になりました。 Isolated Windows Environment へのファイル起動の状態の列挙値。

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

ファイルは、以前は無効または競合するオプションと共有されていました。 たとえば、ファイルが以前に ShareFileAsync 呼び出しと共有 され、IsolatedWindowsEnvironmentShareFileRequestOptions の AllowWrite が false の場合、このエラーがスローされます。

EnvironmentUnavailable 2

環境が使用できないため、分離された Windows 環境へのファイルの起動に失敗しました。

FileNotFound 3

ファイルが見つからなかったため、分離 Windows 環境へのファイルの起動に失敗しました。

Success 0

分離された Windows 環境へのファイルの起動に成功しました。

TimedOut 4

分離された Windows 環境へのファイルの起動がタイムアウトしました。

UnknownFailure 1

分離された Windows 環境へのファイルの起動に不明なエラーが発生しました。

注釈

警告

これは非推奨の API です。

適用対象

こちらもご覧ください