__VsLocalRegistryType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示注册表类型设置。
public enum class __VsLocalRegistryType
public enum class __VsLocalRegistryType
enum __VsLocalRegistryType
public enum __VsLocalRegistryType
type __VsLocalRegistryType =
Public Enum __VsLocalRegistryType
- 继承
-
__VsLocalRegistryType
字段
| RegType_Configuration | 2 | 按安装 (计算机范围的) 设置。 |
| RegType_NewUserSettings | 5 | 留待将来使用。 |
| RegType_PrivateConfig | 3 | 留待将来使用。 |
| RegType_SessionSettings | 4 | 留待将来使用。 |
| RegType_UserSettings | 1 | 每个用户的设置。 |