C# Класс MixinRefactoring.Settings

stores the settings for the code generation. The settings can be set via an options dialog.
Показать файл Открыть проект Примеры использования класса

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

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

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

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

creates a new settings object. The service provider is needed to create the shell settings manager
public Settings ( IServiceProvider serviceProvider ) : Microsoft.VisualStudio.Settings
serviceProvider IServiceProvider
Результат Microsoft.VisualStudio.Settings

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

default constructor does not load settings from storage, instead it uses default 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
Результат Microsoft.VisualStudio.Settings