IPeekResult Interface

Definition

Represents a single result of querying an IPeekableItem for a particular relationship.

public interface class IPeekResult : IDisposable
public interface IPeekResult : IDisposable
type IPeekResult = interface
    interface IDisposable
Public Interface IPeekResult
Implements IDisposable
Derived
Implements

Remarks

In a typical scenario Peek providers create IPeekResult instances using IPeekResultFactory to populate IPeekResultCollection.

Properties

CanNavigateTo

Determines whether this result has a place to navigate to.

DisplayInfo

Determines properties used for displaying this result to the user.

PostNavigationCallback

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

Methods

NavigateTo(Object)

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

Events

Disposed

Occurs when an IPeekResult is disposed.

Applies to