C# Класс SonarLint.VisualStudio.Integration.UnitTests.ConfigurableSettingsManager

Наследование: SettingsManager
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ConfigurableSettingsManager() публичный Метод

public ConfigurableSettingsManager ( WritableSettingsStore store ) : Microsoft.VisualStudio.Settings
store WritableSettingsStore
Результат Microsoft.VisualStudio.Settings

GetApplicationDataFolder() публичный Метод

public GetApplicationDataFolder ( ApplicationDataFolder folder ) : string
folder ApplicationDataFolder
Результат string

GetCollectionScopes() публичный Метод

public GetCollectionScopes ( string collectionPath ) : EnclosingScopes
collectionPath string
Результат EnclosingScopes

GetCommonExtensionsSearchPaths() публичный Метод

public GetCommonExtensionsSearchPaths ( ) : IEnumerable
Результат IEnumerable

GetPropertyScopes() публичный Метод

public GetPropertyScopes ( string collectionPath, string propertyName ) : EnclosingScopes
collectionPath string
propertyName string
Результат EnclosingScopes

GetReadOnlySettingsStore() публичный Метод

public GetReadOnlySettingsStore ( SettingsScope scope ) : SettingsStore
scope SettingsScope
Результат SettingsStore

GetWritableSettingsStore() публичный Метод

public GetWritableSettingsStore ( SettingsScope scope ) : WritableSettingsStore
scope SettingsScope
Результат WritableSettingsStore