IsolatedWindowsEnvironmentOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
已取代。 運行時間類別,控制在建立期間套用至隔離式 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
- 繼承
- 屬性
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) |
已取代。 設定 SharedFolderNameInEnvironment 和 SharedHostFolderPath ,將資料夾設定為與隔離 Windows 環境共用不受信任的項目共用。 |