DefaultLanguageOptions Class

Definition

Defines options for language specific features.

public ref class DefaultLanguageOptions abstract sealed
public static class DefaultLanguageOptions
type DefaultLanguageOptions = class
Public Class DefaultLanguageOptions
Inheritance
DefaultLanguageOptions

Fields

ShowCompletionOnTypeCharId

Key for the editor option that enables or disables the autocompletion as the user types.

ShowCompletionOnTypeCharName

Name for the editor option that enables or disables the autocompletion as the user types.

ShowQuickInfoOnMouseHoverId

Key for the editor option that enables or disables the quick info tooltips.

ShowQuickInfoOnMouseHoverName

Name for the editor option that enables or disables the quick info tooltips.

Applies to