SystemDataPaths 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
根据 KNOWNFOLDERID 命名模式获取一些常用的系统范围文件夹位置。
public ref class SystemDataPaths sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemDataPaths final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SystemDataPaths
Public NotInheritable Class SystemDataPaths
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
|
注解
此类包含方法和属性,这些方法和属性返回的路径与桌面应用将使用的路径一致。
属性
Fonts |
获取字体文件夹的路径。 |
ProgramData |
获取计算机上的 ProgramData 文件夹的路径。 |
Public |
获取计算机上公用文件夹的路径。 |
PublicDesktop |
获取计算机上的“公共桌面”文件夹的路径。 |
PublicDocuments |
获取计算机上的“公共文档”文件夹的路径。 |
PublicDownloads |
获取计算机上的“公共下载”文件夹的路径。 |
PublicMusic |
获取计算机上的“公共音乐”文件夹的路径。 |
PublicPictures |
获取计算机上的“公共图片”文件夹的路径。 |
PublicVideos |
获取计算机上的“公共视频”文件夹的路径。 |
System |
获取 Windows 系统文件夹的路径。 |
SystemArm |
获取使用 ARM 操作系统的计算机的系统文件夹的路径。 |
SystemHost |
获取 System 文件夹的路径,而不考虑操作系统体系结构 (x64、x86、ARM) 。 |
SystemX64 |
获取 64 位 Windows 系统文件夹的路径。 |
SystemX86 |
获取 32 位 Windows 系统文件夹的路径。 |
UserProfiles |
获取计算机的用户配置文件的路径。 |
Windows |
获取 Windows 目录的路径。 |
方法
GetDefault() |
获取各种系统数据文件夹的路径。 |