IsolatedWindowsEnvironmentOptions.SharedHostFolderPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Path of host folder that is shared between the Isolated Windows Environment and the host for sharing of untrusted items set by calling 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
Property Value
String
- Attributes
Remarks
Warning
This is a deprecated API.