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 系统文件夹的完整路径。

适用于