SpecialDirectories.AllUsersApplicationData 属性

定义

获取指向所有用户的 Application Data 目录的路径名称。

public:
 static property System::String ^ AllUsersApplicationData { System::String ^ get(); };
public static string AllUsersApplicationData { get; }
static member AllUsersApplicationData : string
Public Shared ReadOnly Property AllUsersApplicationData As String

属性值

指向所有用户的 Application Data 目录的路径。

例外

控件访问系统和用户环境变量。 关联的枚举:Unrestricted

路径为空,通常是因为操作系统不支持该目录。

示例

此示例显示 中 MessageBox所有用户的应用程序数据目录的路径。

MsgBox(
  My.Computer.FileSystem.SpecialDirectories.AllUsersApplicationData)

注解

对象 SpecialDirectories 包含指向常见引用目录的路径。

适用于

另请参阅