AuthoringSink Constructor (ParseReason, Int32, Int32, Int32)
Visual Studio 2015
Initializes the AuthoringSink class.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- reason
-
Type:
Microsoft.VisualStudio.Package::ParseReason
[in] The reason for the parse given as a value from the ParseReason enumeration.
- line
-
Type:
System::Int32
[in] The line number the parse started on.
- col
-
Type:
System::Int32
[in] The offset into the line the parse started on.
- maxErrors
-
Type:
System::Int32
[in] The maximum number of errors that are to be returned from the parser.
You must call the base class constructor in your constructor if you derive from this class.
Show: