共用方式為


SystemDataPaths.SystemX64 屬性

定義

取得 64 位 Windows 系統資料夾的路徑。

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

屬性值

String

Platform::String

winrt::hstring

64 位 Windows 系統資料夾的完整路徑。

適用於