IPeekableItemSource Interface

Definition

Provides IPeekableItems for a given content type.

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

Remarks

Peek providers implement IPeekableItemSource interface and provide instances via exported IPeekableItemSourceProvider MEF component part.

Methods

AugmentPeekSession(IPeekSession, IList<IPeekableItem>)

Determines which IPeekableItems should be part of the specified IPeekSession.

Applies to