DefaultLanguageOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |