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

Inheritance: SettingsManager
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method 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 method

public ConfigurableSettingsManager ( WritableSettingsStore store ) : Microsoft.VisualStudio.Settings
store WritableSettingsStore
return Microsoft.VisualStudio.Settings

GetApplicationDataFolder() public method

public GetApplicationDataFolder ( ApplicationDataFolder folder ) : string
folder ApplicationDataFolder
return string

GetCollectionScopes() public method

public GetCollectionScopes ( string collectionPath ) : EnclosingScopes
collectionPath string
return EnclosingScopes

GetCommonExtensionsSearchPaths() public method

public GetCommonExtensionsSearchPaths ( ) : IEnumerable
return IEnumerable

GetPropertyScopes() public method

public GetPropertyScopes ( string collectionPath, string propertyName ) : EnclosingScopes
collectionPath string
propertyName string
return EnclosingScopes

GetReadOnlySettingsStore() public method

public GetReadOnlySettingsStore ( SettingsScope scope ) : SettingsStore
scope SettingsScope
return SettingsStore

GetWritableSettingsStore() public method

public GetWritableSettingsStore ( SettingsScope scope ) : WritableSettingsStore
scope SettingsScope
return WritableSettingsStore