C# Класс Microsoft.Languages.Editor.Settings.CommonSettings

Показать файл Открыть проект

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

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