Share via


IsolatedWindowsEnvironmentFile.GuestPath Property

Definition

Deprecated. Gets the full guest path of a file.

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

Property Value

String

Platform::String

winrt::hstring

String for guest path.

Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v3.0)

Remarks

Warning

This is a deprecated API.

Applies to