Share via


IsolatedWindowsEnvironmentFile.HostPath Property

Definition

Deprecated. Gets the full host path of a file.

public:
 property Platform::String ^ HostPath { Platform::String ^ get(); };
winrt::hstring HostPath();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentFile 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 HostPath();
public string HostPath { get; }
public string HostPath { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentFile 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 = isolatedWindowsEnvironmentFile.hostPath;
Public ReadOnly Property HostPath As String

Property Value

String

Platform::String

winrt::hstring

String for host path.

Attributes

Remarks

Warning

This is a deprecated API.

Applies to