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

非推奨になりました。 Isolated Windows Environment 内で実行されているアプリケーションがデバイスのカメラとマイクにアクセスできるかどうかを示すブール値。

AllowedClipboardFormats

非推奨になりました。 分離された Windows 環境のクリップボード形式の列挙型。

AllowedClipboardFormatsToEnvironment

非推奨になりました。 環境にコピーできるクリップボード形式を構成します。

AllowedClipboardFormatsToHost

非推奨になりました。 ホストにコピーできるクリップボード形式を構成します。

AllowGraphicsHardwareAcceleration

非推奨になりました。 Isolated Windows Environment がハードウェアまたはソフトウェア アクセラレーションを使用してグラフィックスをレンダリングするかどうかを示すブール値。

AvailablePrinters

非推奨になりました。 分離 Windows 環境のプリンター選択の列挙。

ClipboardCopyPasteDirections

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

CreationPriority

非推奨になりました。 分離された環境の作成優先度を取得または設定します。 環境が作成されると、このプロパティを使用して優先度を変更することはできません。 ChangeCreationPriority を使用して、既存の環境の優先度を変更します。

EnvironmentOwnerId

非推奨になりました。 作成された各分離 Windows 環境の所有者を識別する文字列。

PersistUserProfile

非推奨になりました。 ユーザー プロファイルをセッション間で分離された Windows 環境に保持できるようにします。

SharedFolderNameInEnvironment

非推奨になりました。 ShareHostFolderForUntrustedItems を呼び出して、Isolated Windows Environment セット内で信頼されていないアイテムを共有するために使用されるフォルダーの表示名。

SharedHostFolderPath

非推奨になりました。 ShareHostFolderForUntrustedItems を呼び出して設定された信頼されていないアイテムを共有するために、分離された Windows 環境とホストの間で共有されるホスト フォルダーのパス。

WindowAnnotationOverride

非推奨になりました。 分離された Windows 環境ウィンドウに設定するウィンドウ タイトル注釈の値を設定する文字列。

メソッド

ShareHostFolderForUntrustedItems(String, String)

非推奨になりました。 SharedFolderNameInEnvironmentSharedHostFolderPath の両方を設定して、信頼されていないアイテムを分離 Windows 環境と共有するために共有するフォルダーを構成します。

適用対象