C# 클래스 MixinRefactoring.Settings

stores the settings for the code generation. The settings can be set via an options dialog.
파일 보기 프로젝트 열기: pgenfer/mixinSharp 1 사용 예제들

공개 메소드들

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