ProvideLanguageServiceAttribute Properties

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyAutoOutlining

Determines if the language service supports automatic outlining.

System_CAPS_pubpropertyCodeSense

Determines if the language service supports IntelliSense operations.

System_CAPS_pubpropertyCodeSenseDelay

Determines the amount of time before a parse operation is started to support an IntelliSense operation.

System_CAPS_pubpropertyDebuggerLanguageExpressionEvaluator

Determines the expression evaluator that is used for evaluating expressions.

System_CAPS_pubpropertyDefaultToInsertSpaces

Determines the default setting for the Insert spaces option in the Options dialog box for a language service.

System_CAPS_pubpropertyDefaultToNonHotURLs

Determines the initial setting of the Enable single-click URL navigation option in the Options dialog box.

System_CAPS_pubpropertyEnableAdvancedMembersOption

Determines whether the Hide Advanced Members option is enabled in the Options dialog box.

System_CAPS_pubpropertyEnableAsyncCompletion

Determines whether the language supports background parsing.

System_CAPS_pubpropertyEnableCommenting

Determines whether the language service can comment and uncomment source code using a single command.

System_CAPS_pubpropertyEnableFormatSelection

Determines if the language service supports automatic formatting of the source code.

System_CAPS_pubpropertyEnableLineNumbers

Determines if the Line numbers option can be selected in the Options dialog box.

System_CAPS_pubpropertyHideAdvancedMembersByDefault

Determines the initial state of the Hide Advanced Members option in the Options dialog box.

System_CAPS_pubpropertyLanguageName

This API supports the product infrastructure and is not intended to be used directly from your code. Returns the name of the language.

System_CAPS_pubpropertyLanguageResourceID

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.

System_CAPS_pubpropertyLanguageServiceSid

System_CAPS_pubpropertyMatchBraces

Determines if the language service supports matching language pairs.

System_CAPS_pubpropertyMatchBracesAtCaret

Determines if a language service supports matching language pairs while typing.

System_CAPS_pubpropertyMaxErrorMessages

Determines the maximum number of errors message that a language service can report for a parsing operation.

System_CAPS_pubpropertyQuickInfo

Determines if the language service supports the IntelliSense Quick Info.

System_CAPS_pubpropertyRequestStockColors

Determines if the language service is using the built-in colorable items as supplied by Visual Studio.

System_CAPS_pubpropertyShowCompletion

Determines if the Statement completion options are enabled in the Options dialog box.

System_CAPS_pubpropertyShowDropDownOptions

Determines if the Navigation bar option is enabled in the Options dialog box.

System_CAPS_pubpropertyShowHotURLs

Determines if URLs are displayed in such a way as to show they can be clicked. This option is not used.

System_CAPS_pubpropertyShowMatchingBrace

Determines if the matching language pair is shown in the status bar.

System_CAPS_pubpropertyShowSmartIndent

Determines if the Smart Indenting option is enabled in the Options dialog box.

System_CAPS_pubpropertySingleCodeWindowOnly

Determines if the Window -> New Window command is disabled for a language service.

System_CAPS_pubpropertySupportCopyPasteOfHTML

Determines if the language service supports the clipboard format HTML for copy and paste operations.

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

Return to top
Show: