IsolatedWindowsEnvironmentOptions.SharedHostFolderPath 属性

定义

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

public:
 property Platform::String ^ SharedHostFolderPath { Platform::String ^ get(); };
winrt::hstring SharedHostFolderPath();
/// [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")]
winrt::hstring SharedHostFolderPath();
public string SharedHostFolderPath { get; }
public string SharedHostFolderPath { [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; }
var string = isolatedWindowsEnvironmentOptions.sharedHostFolderPath;
Public ReadOnly Property SharedHostFolderPath As String

属性值

String

Platform::String

winrt::hstring

String

属性

注解

警告

这是一个已弃用的 API。

适用于