Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
This enumeration is used to specify the scope of the settings that is retrieved from the SettingsManager class.
Namespace: Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Déclaration
Public Enumeration SettingsScope
'Utilisation
Dim instance As SettingsScope
public enum SettingsScope
public enum class SettingsScope
type SettingsScope
public enum SettingsScope
Members
| Member name | Description | |
|---|---|---|
| UserSettings | Denotes the user-configurable user settings scope. | |
| Configuration | Denotes the installation specific configuration scope. This scope is read-only to the users. |