Bagikan melalui


IsolatedWindowsEnvironmentLaunchFileStatus Enum

Definisi

Dihentikan. Nilai enum untuk status peluncuran file ke Lingkungan Windows Terisolasi.

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
Warisan
IsolatedWindowsEnvironmentLaunchFileStatus
Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10, version 2004 (diperkenalkan dalam 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (diperkenalkan dalam v2.0)

Bidang

AlreadySharedWithConflictingOptions 5

File sebelumnya dibagikan dengan opsi yang tidak valid/bertentangan. Misalnya, jika file dibagikan sebelumnya dengan panggilan ShareFileAsync dan AllowWrite di IsolatedWindowsEnvironmentShareFileRequestOptions adalah salah, kesalahan ini akan dilemparkan.

EnvironmentUnavailable 2

Peluncuran file ke Lingkungan Windows Terisolasi gagal karena lingkungan tidak tersedia.

FileNotFound 3

Peluncuran file ke Lingkungan Windows Terisolasi gagal karena file tidak ditemukan.

Success 0

Peluncuran file ke Lingkungan Windows Terisolasi berhasil.

TimedOut 4

Peluncuran file ke Lingkungan Windows Terisolasi kehabisan waktu.

UnknownFailure 1

Peluncuran file ke Lingkungan Windows Terisolasi mengalami kegagalan yang tidak diketahui.

Keterangan

Peringatan

Ini adalah API yang tidak digunakan lagi.

Berlaku untuk

Lihat juga