IsolatedWindowsEnvironmentOptions Class

Definition

Deprecated. Runtime class that controls various attributes that are applied to the Isolated Windows Environment during creation.

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
Inheritance
Object Platform::Object IInspectable IsolatedWindowsEnvironmentOptions
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)

Remarks

Warning

This is a deprecated API.

Constructors

IsolatedWindowsEnvironmentOptions()

Deprecated. Returns of various IsolatedWindowsEnvironmentOptionsfor the Isolated Windows Environment.

Properties

AllowCameraAndMicrophoneAccess

Deprecated. Boolean of whether applications running inside Isolated Windows Environment can access the device’s camera and microphone.

AllowedClipboardFormats

Deprecated. Enum of clipboard formats for Isolated Windows Environment.

AllowedClipboardFormatsToEnvironment

Deprecated. Configures the allowed clipboard formats allowed to be copied to the environment.

AllowedClipboardFormatsToHost

Deprecated. Configures the allowed clipboard formats allowed to be copied to the host.

AllowGraphicsHardwareAcceleration

Deprecated. Boolean of whether Isolated Windows Environment renders graphics using hardware or software acceleration.

AvailablePrinters

Deprecated. Enum of printer selections for Isolated Windows Environment.

ClipboardCopyPasteDirections

Deprecated. Enum of clipboard direction options for Isolated Windows Environment.

CreationPriority

Deprecated. Gets or sets the creation priority of the isolated environment. Once the environment is created, the priority cannot be changed with this property. Use ChangeCreationPriority to modify the priority of an existing environment.

EnvironmentOwnerId

Deprecated. String that identifies the owner of each Isolated Windows Environment created.

PersistUserProfile

Deprecated. Allows user profile to persist in the Isolated Windows Environment from session to session.

SharedFolderNameInEnvironment

Deprecated. Display name of the folder used to sharing untrusted item inside the Isolated Windows Environment set by calling ShareHostFolderForUntrustedItems.

SharedHostFolderPath

Deprecated. Path of host folder that is shared between the Isolated Windows Environment and the host for sharing of untrusted items set by calling ShareHostFolderForUntrustedItems.

WindowAnnotationOverride

Deprecated. String that sets the value of the window title annotation to be set for Isolated Windows Environment windows.

Methods

ShareHostFolderForUntrustedItems(String, String)

Deprecated. Sets both SharedFolderNameInEnvironment and SharedHostFolderPath to configure folder to be shared for sharing of untrusted items with the Isolated Windows Environment.

Applies to