Freigeben über


IsolatedWindowsEnvironmentClipboardCopyPasteDirections Enumeration

Definition

Veraltet. Bestimmt die Richtung, in der das Kopieren von Inhalten zulässig ist: Host für isolierte Windows-Umgebung oder isolierte Windows-Umgebung zum Hosten.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class IsolatedWindowsEnvironmentClipboardCopyPasteDirections
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentClipboardCopyPasteDirections
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentClipboardCopyPasteDirections 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 IsolatedWindowsEnvironmentClipboardCopyPasteDirections
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentClipboardCopyPasteDirections
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentClipboardCopyPasteDirections 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 IsolatedWindowsEnvironmentClipboardCopyPasteDirections
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentClipboardCopyPasteDirections.none
Public Enum IsolatedWindowsEnvironmentClipboardCopyPasteDirections
Vererbung
IsolatedWindowsEnvironmentClipboardCopyPasteDirections
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

HostToIsolatedWindowsEnvironment 1

Lassen Sie das Kopieren und Einfügen vom Host in die isolierte Windows-Umgebung zu.

IsolatedWindowsEnvironmentToHost 2

Erlauben Sie das Kopieren und Einfügen aus der isolierten Windows-Umgebung auf den Host.

None 0

Das Kopieren oder Einfügen ist nicht zulässig.

Hinweise

Warnung

Dies ist eine veraltete API.

Gilt für:

Weitere Informationen