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。

适用于