IsolatedWindowsEnvironmentAllowedClipboardFormats Enum

Definition

Deprecated. Determines what kind of content is allowed to be copied and pasted to/from an Isolated Windows Environment.

This enumeration supports a bitwise combination of its member values.

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

Image 2

Allow image content.

None 0

Does not allow any content.

Rtf 4

Allow rich text format (RTF) content.

Text 1

Allow text content.

Remarks

Warning

This is a deprecated API.

Applies to

See also