Méthode | Description | |
---|---|---|
Settings ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.Settings |
creates a new settings object. The service provider is needed to create the shell settings manager
|
|
Settings ( bool createRegions = false, bool includeDocumentation = false, bool injectMixins = false, bool addInterfacesToChild = false, bool avoidLineBreaksInProperties = true ) : Microsoft.VisualStudio.Settings |
default constructor does not load settings from storage, instead it uses default settings
|
public Settings ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.Settings | ||
serviceProvider | IServiceProvider | |
Résultat | Microsoft.VisualStudio.Settings |
public Settings ( bool createRegions = false, bool includeDocumentation = false, bool injectMixins = false, bool addInterfacesToChild = false, bool avoidLineBreaksInProperties = true ) : Microsoft.VisualStudio.Settings | ||
createRegions | bool | |
includeDocumentation | bool | |
injectMixins | bool | |
addInterfacesToChild | bool | |
avoidLineBreaksInProperties | bool | |
Résultat | Microsoft.VisualStudio.Settings |