IExternallyBrowsablePeekResult Interface
Visual Studio 2015
Represents an IPeekResult that is not based on a location in a document, but can be browsed externally, for example a metadata class that can only be browsed in Object Browser.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CanNavigateTo | Determines whether this result has a place to navigate to.(Inherited from IPeekResult.) |
![]() | DisplayInfo | Gets properties used for displaying this result to the user.(Inherited from IPeekResult.) |
![]() | PostNavigationCallback | This function will be called directly after navigation completes (if navigation was successful).(Inherited from IPeekResult.) |
| 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.(Inherited from IPeekResult.) |
| Name | Description | |
|---|---|---|
![]() | Disposed | Occurs when an IPeekResult is disposed.(Inherited from IPeekResult.) |
Show:


