IsolatedWindowsEnvironmentShareFileStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
已取代。 將檔案共享狀態的列舉值加入隔離的 Windows 環境。
public enum class IsolatedWindowsEnvironmentShareFileStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 196608)]
enum class IsolatedWindowsEnvironmentShareFileStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 196608)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFileStatus 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 IsolatedWindowsEnvironmentShareFileStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 196608)]
public enum IsolatedWindowsEnvironmentShareFileStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 196608)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFileStatus 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 IsolatedWindowsEnvironmentShareFileStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentShareFileStatus.success
Public Enum IsolatedWindowsEnvironmentShareFileStatus
- 繼承
-
IsolatedWindowsEnvironmentShareFileStatus
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 2104 (已於 10.0.20348.0 引進)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (已於 v3.0 引進)
|
欄位
AccessDenied | 5 | 檔案共用至隔離的 Windows 環境失敗,因為使用者無法存取檔案。 |
AlreadySharedWithConflictingOptions | 3 | 檔案先前與無效/衝突的選項共用。 例如,如果先前使用 LaunchFileWithUIAsync 呼叫啟動檔案,且 IsolatedWindowsEnvironmentShareFileRequestOptions 中的 AllowWrite 為 false,則會擲回此錯誤。 |
EnvironmentUnavailable | 2 | 隔離式 Windows 環境的檔案共享失敗,因為環境無法使用。 |
FileNotFound | 4 | 檔案共用到隔離的 Windows 環境失敗,因為找不到檔案。 |
Success | 0 | 將檔案共用成功放入隔離的 Windows 環境。 |
UnknownFailure | 1 | 隔離式 Windows 環境的檔案共享發生未知失敗。 |
備註
警告
這是已被取代的 API。