Partager via


IsolatedWindowsEnvironmentClipboardCopyPasteDirections Énumération

Définition

Action déconseillée. Détermine la direction dans laquelle le collage de copie du contenu est autorisé : hôte vers Environnement Windows isolé ou Environnement Windows isolé vers l’hôte.

Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.

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
Héritage
IsolatedWindowsEnvironmentClipboardCopyPasteDirections
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 2004 (introduit dans 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduit dans v2.0)

Champs

HostToIsolatedWindowsEnvironment 1

Autorisez la copie et le collage à partir de l’hôte vers l’environnement Windows isolé.

IsolatedWindowsEnvironmentToHost 2

Autorisez la copie et le collage à partir de l’environnement Windows isolé vers l’hôte.

None 0

N’autorise pas la copie ou le collage.

Remarques

Avertissement

Il s’agit d’une API déconseillée.

S’applique à

Voir aussi