SystemDataPaths.Windows 属性

定义

获取 Windows 目录的路径。

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

属性值

String

Platform::String

winrt::hstring

Windows 目录的完整路径。

适用于