IPeekResult Interface

Visual Studio 2015
 

Represents a single result of querying an IPeekableItem for a particular relationship, for instance a location of a source symbol definition.

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

public interface IPeekResult : IDisposable

NameDescription
System_CAPS_pubpropertyCanNavigateTo

Determines whether this result has a place to navigate to.

System_CAPS_pubpropertyDisplayInfo

Gets properties used for displaying this result to the user.

System_CAPS_pubpropertyPostNavigationCallback

This function will be called directly after navigation completes (if navigation was successful).

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodNavigateTo(Object)

Navigate to the location of this result. If the navigation is succesful, then the PostNavigationCallback will be called.

NameDescription
System_CAPS_pubeventDisposed

Occurs when an IPeekResult is disposed.

In a typical scenario Peek service creates IPeekResult instances representing results supplied by Peek providers.

Return to top
Show: