Share via


IsolatedWindowsEnvironmentOptions.SharedHostFolderPath プロパティ

定義

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

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

文字列

属性

注釈

警告

これは非推奨の API です。

適用対象