Application.CommonAppDataPath 属性
获取所有用户共享的应用程序数据的路径。
**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)
语法
声明
Public Shared ReadOnly Property CommonAppDataPath As String
用法
Dim value As String
value = Application.CommonAppDataPath
public static string CommonAppDataPath { get; }
public:
static property String^ CommonAppDataPath {
String^ get ();
}
/** @property */
public static String get_CommonAppDataPath ()
public static function get CommonAppDataPath () : String
属性值
所有用户共享的应用程序数据的路径。
备注
如果不存在路径,则会使用下列格式创建一个:
基路径\CompanyName\ProductName\ProductVersion
ProductVersion 首先查看包含主可执行文件的程序集是否具有 AssemblyInformationalVersion
属性。如果此属性存在,将用于 ProductVersion 和 CommonAppDataPath。如果此特性不存在,则这两种属性将改用该可执行文件的此版本。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
Application 类
Application 成员
System.Windows.Forms 命名空间
CommonAppDataRegistry