SpecialDirectoriesProxy.CurrentUserApplicationData 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指向当前用户的 Application Data 目录的路径名称。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::String ^ CurrentUserApplicationData { System::String ^ get(); };
public string CurrentUserApplicationData { get; }
member this.CurrentUserApplicationData : string
Public ReadOnly Property CurrentUserApplicationData As String
属性值
指向当前用户的 Application Data 目录的路径。
例外
路径为空,通常是因为操作系统不支持该目录。
示例
此示例显示 中当前用户 MessageBox的应用程序数据目录的路径。
MsgBox(My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData)
注解
SpecialDirectories 对象包含常见引用目录的路径。