Colorizer::GetStartState Method (Int32)
Visual Studio 2015
Returns the initial parsing state.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- start
-
Type:
System::Int32
[out] Returns the initial parsing state.
Implements
IVsColorizer::GetStartState(Int32)This method returns the initial parsing state, which could be obtained from the IScanner object. This state is passed into and out of the parser through various methods but it is the parser that maintains the actual value.
This method is an implementation of GetStartState.
The base method always returns 0.
Show: