C# 클래스 Microsoft.Languages.Editor.Settings.CommonSettings

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetAutoFormat ( IEditorSettingsStorage storage ) : bool
GetCompletionEnabled ( IEditorSettingsStorage storage ) : bool
GetFormatterIndentSize ( IEditorSettingsStorage storage ) : int
GetFormatterIndentType ( IEditorSettingsStorage storage ) : IndentType
GetFormatterTabSize ( IEditorSettingsStorage storage ) : int
GetIndentStyle ( IEditorSettingsStorage storage ) : IndentStyle
GetSignatureHelpEnabled ( IEditorSettingsStorage storage ) : bool
GetValidationEnabled ( IEditorSettingsStorage storage ) : bool

메소드 상세

GetAutoFormat() 공개 정적인 메소드

public static GetAutoFormat ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
리턴 bool

GetCompletionEnabled() 공개 정적인 메소드

public static GetCompletionEnabled ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
리턴 bool

GetFormatterIndentSize() 공개 정적인 메소드

public static GetFormatterIndentSize ( IEditorSettingsStorage storage ) : int
storage IEditorSettingsStorage
리턴 int

GetFormatterIndentType() 공개 정적인 메소드

public static GetFormatterIndentType ( IEditorSettingsStorage storage ) : IndentType
storage IEditorSettingsStorage
리턴 IndentType

GetFormatterTabSize() 공개 정적인 메소드

public static GetFormatterTabSize ( IEditorSettingsStorage storage ) : int
storage IEditorSettingsStorage
리턴 int

GetIndentStyle() 공개 정적인 메소드

public static GetIndentStyle ( IEditorSettingsStorage storage ) : IndentStyle
storage IEditorSettingsStorage
리턴 IndentStyle

GetSignatureHelpEnabled() 공개 정적인 메소드

public static GetSignatureHelpEnabled ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
리턴 bool

GetValidationEnabled() 공개 정적인 메소드

public static GetValidationEnabled ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
리턴 bool