IPeekResultQuery Interface

Visual Studio 2015
 

Represents an asynchronous query for IPeekResults.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public interface IPeekResultQuery

NameDescription
System_CAPS_pubpropertyResults

An observable collection of IPeekResults for the given query.

NameDescription
System_CAPS_pubmethodCancel()

Cancels the query.

System_CAPS_pubmethodStart()

Starts the query.

NameDescription
System_CAPS_pubeventCompleted

Raised when the query is successfully completed.

System_CAPS_pubeventFailed

Raised when the query failed.

System_CAPS_pubeventProgressChanged

Raised when the query progress has changed.

Return to top
Show: