SqlLanguagePreferences Class

Definition

Supports language service-specific preferences.

public ref class SqlLanguagePreferences : Microsoft::VisualStudio::Package::LanguagePreferences
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1b39a0ab-b369-4ae7-a807-6f07701660e8")]
public class SqlLanguagePreferences : Microsoft.VisualStudio.Package.LanguagePreferences
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1b39a0ab-b369-4ae7-a807-6f07701660e8")>]
type SqlLanguagePreferences = class
    inherit LanguagePreferences
Public Class SqlLanguagePreferences
Inherits LanguagePreferences
Inheritance
SqlLanguagePreferences
Attributes

Constructors

SqlLanguagePreferences(IServiceProvider, Guid, String)

Initializes a new instance of SqlLanguagePreferences.

Fields

ValueLowerCase

Constant defined for lowercase text.

ValueUpperCase

Constant defined for uppercase text.

Properties

EnableIntellisense

Gets or sets whether IntelliSense is enabled or disabled.

MaxScriptSize

Gets or sets the value of the maximum script size for which IntelliSense is enabled.

TextCasing

Gets or sets the value of text casing to be lowercase or uppercase.

UnderlineErrors

Gets or sets whether underlining of errors is enabled or disabled.

Methods

Apply()

Applies all changes made to the preferences.

InitUserPreferences(RegistryKey, String)

Gets user-modifiable settings.

Reset()

Method called when user chooses import/export settings with the reset option.

Applies to