C# Class Microsoft.Languages.Editor.Settings.CommonSettings

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
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

Method Details

GetAutoFormat() public static méthode

public static GetAutoFormat ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
Résultat bool

GetCompletionEnabled() public static méthode

public static GetCompletionEnabled ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
Résultat bool

GetFormatterIndentSize() public static méthode

public static GetFormatterIndentSize ( IEditorSettingsStorage storage ) : int
storage IEditorSettingsStorage
Résultat int

GetFormatterIndentType() public static méthode

public static GetFormatterIndentType ( IEditorSettingsStorage storage ) : IndentType
storage IEditorSettingsStorage
Résultat IndentType

GetFormatterTabSize() public static méthode

public static GetFormatterTabSize ( IEditorSettingsStorage storage ) : int
storage IEditorSettingsStorage
Résultat int

GetIndentStyle() public static méthode

public static GetIndentStyle ( IEditorSettingsStorage storage ) : IndentStyle
storage IEditorSettingsStorage
Résultat IndentStyle

GetSignatureHelpEnabled() public static méthode

public static GetSignatureHelpEnabled ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
Résultat bool

GetValidationEnabled() public static méthode

public static GetValidationEnabled ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
Résultat bool