IsolatedWindowsEnvironmentShareFolderStatus Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Veraltet. Enumeration möglicher Status, die das Ergebnis einer Freigabeordneranforderung angeben.
public enum class IsolatedWindowsEnvironmentShareFolderStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentShareFolderStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderStatus 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 IsolatedWindowsEnvironmentShareFolderStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentShareFolderStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderStatus 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 IsolatedWindowsEnvironmentShareFolderStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentShareFolderStatus.success
Public Enum IsolatedWindowsEnvironmentShareFolderStatus
- Vererbung
-
IsolatedWindowsEnvironmentShareFolderStatus
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10, version 2004 (eingeführt in 10.0.19041.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (eingeführt in v2.0)
|
Felder
AccessDenied | 4 | Zugriff verweigert. |
EnvironmentUnavailable | 2 | Isolierte Windows-Umgebung nicht verfügbar. |
FolderNotFound | 3 | Ordner nicht gefunden. |
Success | 0 | Erfolgreich beendet. |
UnknownFailure | 1 | Unbekannter Fehler. |
Hinweise
Warnung
Dies ist eine veraltete API.