ParseRequest Properties
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Callback | Specifies the callback delegate to be called when the parsing operation has completed. |
![]() | Col | Specifies the character offset on the first line to begin the parsing operation. |
![]() | DirtySpan | Specifies a span of source that has changed. |
![]() | FileName | Specifies the name of the source file being parsed. |
![]() | IsSynchronous | Gets or sets whether or not the request is synchronous. |
![]() | Line | Specifies the line on which to start the parsing operation. |
![]() | Reason | Specifies the reason the parsing operation was started. |
![]() | Scope | Specifies the AuthoringScope object that is used to return extended information from the parsing operation. |
![]() | Sink | Specifies an AuthoringSink object used to contain information from the parsing operation. |
![]() | Terminate | Specifies whether the worker thread handling background parsing operations should exit. |
![]() | Text | Specifies the source text to be parsed. |
![]() | Timestamp | Specifies a time stamp for the parse request. |
![]() | TokenInfo | Specifies a TokenInfo structure that is filled in with the results of the parsing operation. |
![]() | View | Specifies the IVsTextView object representing the view that contains the source that is being parsed. |
