Bagikan melalui


IsolatedWindowsEnvironmentClipboardCopyPasteDirections Enum

Definisi

Dihentikan. Menentukan arah di mana penempelan salinan konten diizinkan: host ke Lingkungan Windows Terisolasi atau Lingkungan Windows Terisolasi untuk dihosting.

Enumerasi ini mendukung kombinasi bitwise dari nilai yang termasuk di dalamnya.

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
Warisan
IsolatedWindowsEnvironmentClipboardCopyPasteDirections
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

HostToIsolatedWindowsEnvironment 1

Izinkan salin dan tempel dari host ke Lingkungan Windows Terisolasi.

IsolatedWindowsEnvironmentToHost 2

Izinkan salin dan tempel dari Lingkungan Windows Terisolasi ke host.

None 0

Tidak memperbolehkan salin atau tempel.

Keterangan

Peringatan

Ini adalah API yang tidak digunakan lagi.

Berlaku untuk

Lihat juga