C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableSettingsManager

상속: SettingsManager
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
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