IsolatedWindowsEnvironmentAllowedClipboardFormats 列挙型

定義

非推奨になりました。 分離された Windows 環境との間でコピーおよび貼り付け可能なコンテンツの種類を決定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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
継承
IsolatedWindowsEnvironmentAllowedClipboardFormats
属性

Windows の要件

デバイス ファミリ
Windows 10, version 2004 (10.0.19041.0 で導入)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v2.0 で導入)

フィールド

Image 2

画像コンテンツを許可します。

None 0

コンテンツを許可しません。

Rtf 4

リッチ テキスト形式 (RTF) コンテンツを許可します。

Text 1

テキスト コンテンツを許可します。

注釈

警告

これは非推奨の API です。

適用対象

こちらもご覧ください