C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableSettingsManager

Inheritance: SettingsManager
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Méthodes publiques

Méthode Description
ConfigurableSettingsManager ( WritableSettingsStore store ) : Microsoft.VisualStudio.Settings
GetApplicationDataFolder ( ApplicationDataFolder folder ) : string
GetCollectionScopes ( string collectionPath ) : EnclosingScopes
GetCommonExtensionsSearchPaths ( ) : IEnumerable
GetPropertyScopes ( string collectionPath, string propertyName ) : EnclosingScopes
GetReadOnlySettingsStore ( SettingsScope scope ) : SettingsStore
GetWritableSettingsStore ( SettingsScope scope ) : WritableSettingsStore

Method Details

ConfigurableSettingsManager() public méthode

public ConfigurableSettingsManager ( WritableSettingsStore store ) : Microsoft.VisualStudio.Settings
store WritableSettingsStore
Résultat Microsoft.VisualStudio.Settings

GetApplicationDataFolder() public méthode

public GetApplicationDataFolder ( ApplicationDataFolder folder ) : string
folder ApplicationDataFolder
Résultat string

GetCollectionScopes() public méthode

public GetCollectionScopes ( string collectionPath ) : EnclosingScopes
collectionPath string
Résultat EnclosingScopes

GetCommonExtensionsSearchPaths() public méthode

public GetCommonExtensionsSearchPaths ( ) : IEnumerable
Résultat IEnumerable

GetPropertyScopes() public méthode

public GetPropertyScopes ( string collectionPath, string propertyName ) : EnclosingScopes
collectionPath string
propertyName string
Résultat EnclosingScopes

GetReadOnlySettingsStore() public méthode

public GetReadOnlySettingsStore ( SettingsScope scope ) : SettingsStore
scope SettingsScope
Résultat SettingsStore

GetWritableSettingsStore() public méthode

public GetWritableSettingsStore ( SettingsScope scope ) : WritableSettingsStore
scope SettingsScope
Résultat WritableSettingsStore