共用方式為


SystemDataPaths.SystemHost 屬性

定義

取得 [系統] 資料夾的路徑,不論作業系統架構 (x64、x86、ARM) 為何。

public:
 property Platform::String ^ SystemHost { Platform::String ^ get(); };
winrt::hstring SystemHost();
public string SystemHost { get; }
var string = systemDataPaths.systemHost;
Public ReadOnly Property SystemHost As String

屬性值

String

Platform::String

winrt::hstring

System 資料夾的完整路徑。

適用於