IsolatedWindowsEnvironmentAllowedClipboardFormats 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 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
Name | Value | Description |
---|---|---|
None | 0 | Does not allow any content. |
Text | 1 | Allow text content. |
Image | 2 | Allow image content. |
Rtf | 4 | Allow rich text format (RTF) content. |
Remarks
Warning
This is a deprecated API.