Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This enumeration is used to specify the scope of the settings that is retrieved from the SettingsManager class.
Namespace: Microsoft.VisualStudio.Settings
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Declaration
Public Enumeration SettingsScope
public enum SettingsScope
public enum class SettingsScope
type SettingsScope
public enum SettingsScope
Members
| Member name | Description | |
|---|---|---|
| Configuration | Denotes the installation specific configuration scope. This scope is read-only to the users. | |
| UserSettings | Denotes the user-configurable user settings scope. |