AuthoringSink Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | BraceMatching | Indicates if brace matching should be done for a parse operation. |
![]() | Column | Gets the column the parsing started on. |
![]() | FindNames | Indicates whether identifiers are to be looked for. |
![]() | FoundMatchingBrace | Tracks if a matching pair of braces was added to the internal list. |
![]() | HiddenRegions | Indicates whether hidden regions should be processed during the parse operation. |
![]() | Line | Returns the line the parsing operation started on. |
![]() | MethodParameters | Indicates whether to process method parameters during the parse operation. |
![]() | ProcessHiddenRegions | Indicates whether to update hidden regions. |
![]() | Reason | Returns the reason the parse operation was started. |
Show:
