IPeekResultSource 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 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
FindResults(String, IPeekResultCollection, CancellationToken, IFindPeekResultsCallback) |
Populates the collection of IPeekResults for the given relationship. |