IsolatedWindowsEnvironmentOptions 类

定义

已弃用。 运行时类,控制在创建期间应用于独立 Windows 环境的各种属性。

public ref class IsolatedWindowsEnvironmentOptions sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
class IsolatedWindowsEnvironmentOptions final
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class IsolatedWindowsEnvironmentOptions final
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [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")]
class IsolatedWindowsEnvironmentOptions final
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public sealed class IsolatedWindowsEnvironmentOptions
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class IsolatedWindowsEnvironmentOptions
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[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")]
public sealed class IsolatedWindowsEnvironmentOptions
function IsolatedWindowsEnvironmentOptions()
Public NotInheritable Class IsolatedWindowsEnvironmentOptions
继承
Object Platform::Object IInspectable IsolatedWindowsEnvironmentOptions
属性

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (在 v2.0 中引入)

注解

警告

这是一个已弃用的 API。

构造函数

IsolatedWindowsEnvironmentOptions()

已弃用。 返回独立 Windows 环境的各种 IsolatedWindowsEnvironmentOptions

属性

AllowCameraAndMicrophoneAccess

已弃用。 在独立 Windows 环境中运行的应用程序是否可以访问设备的相机和麦克风的布尔值。

AllowedClipboardFormats

已弃用。 独立 Windows 环境的剪贴板格式枚举。

AllowedClipboardFormatsToEnvironment

已弃用。 配置允许复制到环境的允许剪贴板格式。

AllowedClipboardFormatsToHost

已弃用。 配置允许复制到主机的允许剪贴板格式。

AllowGraphicsHardwareAcceleration

已弃用。 独立 Windows 环境是否使用硬件或软件加速呈现图形的布尔值。

AvailablePrinters

已弃用。 独立 Windows 环境的打印机选择枚举。

ClipboardCopyPasteDirections

已弃用。 独立 Windows 环境的剪贴板方向选项的枚举。

CreationPriority

已弃用。 获取或设置独立环境的创建优先级。 创建环境后,无法使用此属性更改优先级。 使用 ChangeCreationPriority 修改现有环境的优先级。

EnvironmentOwnerId

已弃用。 标识所创建的每个独立 Windows 环境的所有者的字符串。

PersistUserProfile

已弃用。 允许用户配置文件在隔离的 Windows 环境中从会话保存到会话。

SharedFolderNameInEnvironment

已弃用。 用于通过调用 ShareHostFolderForUntrustedItems 在隔离的 Windows 环境中共享不受信任的项的文件夹的显示名称。

SharedHostFolderPath

已弃用。 独立 Windows 环境与主机之间共享的主机文件夹的路径,用于共享通过调用 ShareHostFolderForUntrustedItems 设置的不受信任的项目。

WindowAnnotationOverride

已弃用。 字符串,用于设置要为独立 Windows 环境窗口设置的窗口标题注释的值。

方法

ShareHostFolderForUntrustedItems(String, String)

已弃用。 设置 SharedFolderNameInEnvironmentSharedHostFolderPath 以配置要共享的文件夹,以便与独立 Windows 环境共享不受信任的项目。

适用于