次の方法で共有


IsolatedWindowsEnvironmentFile.GuestPath プロパティ

定義

非推奨になりました。 ファイルの完全なゲスト パスを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ゲスト パスの文字列。

属性

Windows の要件

デバイス ファミリ
Windows 10, version 2104 (10.0.20348.0 で導入)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v3.0 で導入)

注釈

警告

これは非推奨の API です。

適用対象