IsolatedWindowsEnvironmentClipboardCopyPasteDirections Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Determines the direction in which copy pasting of content is allowed: host to Isolated Windows Environment or Isolated Windows Enviornment to host.
This enumeration supports a bitwise combination of its member values.
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
- Inheritance
-
IsolatedWindowsEnvironmentClipboardCopyPasteDirections
- Attributes
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v2.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | Does not allow copy or paste. |
HostToIsolatedWindowsEnvironment | 1 | Allow copy and paste from the host to the Isolated Windows Environment. |
IsolatedWindowsEnvironmentToHost | 2 | Allow copy and paste from the Isolated Windows Environment to the host. |
Remarks
Warning
This is a deprecated API.