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.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CanNavigateTo | Determines whether this result has a place to navigate to. |
![]() | DisplayInfo | Gets properties used for displaying this result to the user. |
![]() | PostNavigationCallback | This function will be called directly after navigation completes (if navigation was successful). |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | NavigateTo(Object) | Navigate to the location of this result. If the navigation is succesful, then the PostNavigationCallback will be called. |
In a typical scenario Peek service creates IPeekResult instances representing results supplied by Peek providers.
Show:


