IPeekableItemSource 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.
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. |