ProvideLanguageServiceAttribute Properties
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AutoOutlining | Determines if the language service supports automatic outlining. |
![]() | CodeSense | Determines if the language service supports IntelliSense operations. |
![]() | CodeSenseDelay | Determines the amount of time before a parse operation is started to support an IntelliSense operation. |
![]() | DebuggerLanguageExpressionEvaluator | Determines the expression evaluator that is used for evaluating expressions. |
![]() | DefaultToInsertSpaces | Determines the default setting for the Insert spaces option in the Options dialog box for a language service. |
![]() | DefaultToNonHotURLs | Determines the initial setting of the Enable single-click URL navigation option in the Options dialog box. |
![]() | EnableAdvancedMembersOption | Determines whether the Hide Advanced Members option is enabled in the Options dialog box. |
![]() | EnableAsyncCompletion | Determines whether the language supports background parsing. |
![]() | EnableCommenting | Determines whether the language service can comment and uncomment source code using a single command. |
![]() | EnableFormatSelection | Determines if the language service supports automatic formatting of the source code. |
![]() | EnableLineNumbers | Determines if the Line numbers option can be selected in the Options dialog box. |
![]() | HideAdvancedMembersByDefault | Determines the initial state of the Hide Advanced Members option in the Options dialog box. |
![]() | LanguageName | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the name of the language. |
![]() | LanguageResourceID | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the resource ID used to obtain the localized version of the language name. |
![]() | LanguageServiceSid | |
![]() | MatchBraces | Determines if the language service supports matching language pairs. |
![]() | MatchBracesAtCaret | Determines if a language service supports matching language pairs while typing. |
![]() | MaxErrorMessages | Determines the maximum number of errors message that a language service can report for a parsing operation. |
![]() | QuickInfo | Determines if the language service supports the IntelliSense Quick Info. |
![]() | RequestStockColors | Determines if the language service is using the built-in colorable items as supplied by Visual Studio. |
![]() | ShowCompletion | Determines if the Statement completion options are enabled in the Options dialog box. |
![]() | ShowDropDownOptions | Determines if the Navigation bar option is enabled in the Options dialog box. |
![]() | ShowHotURLs | Determines if URLs are displayed in such a way as to show they can be clicked. This option is not used. |
![]() | ShowMatchingBrace | Determines if the matching language pair is shown in the status bar. |
![]() | ShowSmartIndent | Determines if the Smart Indenting option is enabled in the Options dialog box. |
![]() | SingleCodeWindowOnly | Determines if the Window -> New Window command is disabled for a language service. |
![]() | SupportCopyPasteOfHTML | Determines if the language service supports the clipboard format HTML for copy and paste operations. |
![]() | TypeId | Gets the current instance of this attribute.(Inherited from RegistrationAttribute.) |
