Share via


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

Public method

ParseRequest

Overloaded. Initializes a new instance of the ParseRequest class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Callback

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

Public property

Col

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

Public property

DirtySpan

Specifies a span of source that has changed.

Public property

FileName

Specifies the name of the source file being parsed.

Public property

IsSynchronous

Gets or sets whether or not the request is synchronous.

Public property

Line

Specifies the line on which to start the parsing operation.

Public property

Reason

Specifies the reason the parsing operation was started.

Public property

Scope

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

Public property

Sink

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

Public property

Terminate

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

Public property

Text

Specifies the source text to be parsed.

Public property

Timestamp

Specifies a time stamp for the parse request.

Public property

TokenInfo

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

Public property

View

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

Top

See Also

Reference

ParseRequest Class

Microsoft.VisualStudio.Package Namespace