SystemDataPaths.System 属性

定义

获取 Windows 系统文件夹的路径。

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

属性值

String

Platform::String

winrt::hstring

Windows 系统文件夹的完整路径。

适用于