__VsLocalRegistryType 枚举

表示注册表类型设置。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.9.0(在 Microsoft.VisualStudio.Shell.Interop.9.0.dll 中)

语法

声明
Public Enumeration __VsLocalRegistryType
public enum __VsLocalRegistryType

成员

成员名称 说明
RegType_UserSettings 每个用户的设置。
RegType_Configuration 每次安装 (计算机) 的设置。
RegType_PrivateConfig 保留供将来使用。
RegType_SessionSettings 保留供将来使用。
RegType_NewUserSettings 保留供将来使用。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间