共用方式為


IsolatedWindowsEnvironmentFile.HostPath 屬性

定義

已取代。 取得檔案的完整主機路徑。

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

屬性值

String

Platform::String

winrt::hstring

主機路徑的字串。

屬性

備註

警告

這是已被取代的 API。

適用於