Share via


IsolatedWindowsEnvironmentOptions.SharedFolderNameInEnvironment プロパティ

定義

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

public:
 property Platform::String ^ SharedFolderNameInEnvironment { Platform::String ^ get(); };
winrt::hstring SharedFolderNameInEnvironment();
/// [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 SharedFolderNameInEnvironment();
public string SharedFolderNameInEnvironment { get; }
public string SharedFolderNameInEnvironment { [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.sharedFolderNameInEnvironment;
Public ReadOnly Property SharedFolderNameInEnvironment As String

プロパティ値

String

Platform::String

winrt::hstring

文字列

属性

注釈

警告

これは非推奨の API です。

適用対象