次の方法で共有


IsolatedWindowsEnvironmentOptions.ClipboardCopyPasteDirections プロパティ

定義

非推奨になりました。 分離された Windows 環境のクリップボードの方向オプションの列挙。

public:
 property IsolatedWindowsEnvironmentClipboardCopyPasteDirections ClipboardCopyPasteDirections { IsolatedWindowsEnvironmentClipboardCopyPasteDirections get(); void set(IsolatedWindowsEnvironmentClipboardCopyPasteDirections value); };
IsolatedWindowsEnvironmentClipboardCopyPasteDirections ClipboardCopyPasteDirections();

void ClipboardCopyPasteDirections(IsolatedWindowsEnvironmentClipboardCopyPasteDirections value);
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentClipboardCopyPasteDirections ClipboardCopyPasteDirections();

void ClipboardCopyPasteDirections(IsolatedWindowsEnvironmentClipboardCopyPasteDirections value);
public IsolatedWindowsEnvironmentClipboardCopyPasteDirections ClipboardCopyPasteDirections { get; set; }
public IsolatedWindowsEnvironmentClipboardCopyPasteDirections ClipboardCopyPasteDirections { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] set; }
var isolatedWindowsEnvironmentClipboardCopyPasteDirections = isolatedWindowsEnvironmentOptions.clipboardCopyPasteDirections;
isolatedWindowsEnvironmentOptions.clipboardCopyPasteDirections = isolatedWindowsEnvironmentClipboardCopyPasteDirections;
Public Property ClipboardCopyPasteDirections As IsolatedWindowsEnvironmentClipboardCopyPasteDirections

プロパティ値

列挙型

属性

注釈

警告

これは非推奨の API です。

適用対象