AuthoringSink Properties

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubpropertyBraceMatching

Indicates if brace matching should be done for a parse operation.

System_CAPS_pubpropertyColumn

Gets the column the parsing started on.

System_CAPS_pubpropertyFindNames

Indicates whether identifiers are to be looked for.

System_CAPS_pubpropertyFoundMatchingBrace

Tracks if a matching pair of braces was added to the internal list.

System_CAPS_pubpropertyHiddenRegions

Indicates whether hidden regions should be processed during the parse operation.

System_CAPS_pubpropertyLine

Returns the line the parsing operation started on.

System_CAPS_pubpropertyMethodParameters

Indicates whether to process method parameters during the parse operation.

System_CAPS_pubpropertyProcessHiddenRegions

Indicates whether to update hidden regions.

System_CAPS_pubpropertyReason

Returns the reason the parse operation was started.

Return to top
Show: