ParseRequest Properties

 

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

NameDescription
System_CAPS_pubpropertyCallback

Specifies the callback delegate to be called when the parsing operation has completed.

System_CAPS_pubpropertyCol

Specifies the character offset on the first line to begin the parsing operation.

System_CAPS_pubpropertyDirtySpan

Specifies a span of source that has changed.

System_CAPS_pubpropertyFileName

Specifies the name of the source file being parsed.

System_CAPS_pubpropertyIsSynchronous

Gets or sets whether or not the request is synchronous.

System_CAPS_pubpropertyLine

Specifies the line on which to start the parsing operation.

System_CAPS_pubpropertyReason

Specifies the reason the parsing operation was started.

System_CAPS_pubpropertyScope

Specifies the AuthoringScope object that is used to return extended information from the parsing operation.

System_CAPS_pubpropertySink

Specifies an AuthoringSink object used to contain information from the parsing operation.

System_CAPS_pubpropertyTerminate

Specifies whether the worker thread handling background parsing operations should exit.

System_CAPS_pubpropertyText

Specifies the source text to be parsed.

System_CAPS_pubpropertyTimestamp

Specifies a time stamp for the parse request.

System_CAPS_pubpropertyTokenInfo

Specifies a TokenInfo structure that is filled in with the results of the parsing operation.

System_CAPS_pubpropertyView

Specifies the IVsTextView object representing the view that contains the source that is being parsed.

Return to top
Show: