IExternallyBrowsablePeekResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |