Share via


IPeekResultSource Interface

Definition

Represents an object instance that can be queried for supported relationships and results for a particular relationship.

public interface class IPeekResultSource
public interface class IPeekResultSource
__interface IPeekResultSource
public interface IPeekResultSource
type IPeekResultSource = interface
Public Interface IPeekResultSource

Remarks

Content-type specific Peek providers implement this interface to provide results of querying IPeekableItem instances.

Methods

Name Description
FindResults(String, IPeekResultCollection, CancellationToken, IFindPeekResultsCallback)

Populates the collection of IPeekResults for the given relationship.

Applies to