IExternallyBrowsablePeekResult Interface

Definition

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.

public interface class IExternallyBrowsablePeekResult : IDisposable, Microsoft::VisualStudio::Language::Intellisense::IPeekResult
public interface IExternallyBrowsablePeekResult : IDisposable, Microsoft.VisualStudio.Language.Intellisense.IPeekResult
type IExternallyBrowsablePeekResult = interface
    interface IPeekResult
    interface IDisposable
Public Interface IExternallyBrowsablePeekResult
Implements IDisposable, IPeekResult
Implements

Properties

CanNavigateTo

Determines whether this result has a place to navigate to.

(Inherited from IPeekResult)
DisplayInfo

Determines 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)

Methods

NavigateTo(Object)

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

(Inherited from IPeekResult)

Events

Disposed

Occurs when an IPeekResult is disposed.

(Inherited from IPeekResult)

Applies to