ParseRequest Members
Include Protected Members
Include Inherited Members
Provides information to execute a parsing operation in a language service.
The ParseRequest type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the ParseRequest class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Specifies the callback delegate to be called when the parsing operation has completed.
Specifies the character offset on the first line to begin the parsing operation.
Specifies a span of source that has changed.
Specifies the name of the source file being parsed.
Gets or sets whether or not the request is synchronous.
Specifies the line on which to start the parsing operation.
Specifies the reason the parsing operation was started.
Specifies the AuthoringScope object that is used to return extended information from the parsing operation.
Specifies an AuthoringSink object used to contain information from the parsing operation.
Infrastructure. Specifies whether the worker thread handling background parsing operations should exit.
Specifies the source text to be parsed.
Specifies a time stamp for the parse request.
Specifies a TokenInfo structure that is filled in with the results of the parsing operation.
Specifies the IVsTextView object representing the view that contains the source that is being parsed.
Top