IPeekResultSource Interface

Visual Studio 2015
 

Represents an object instance that can be queried for supported relationships and results for a particular relationship. Content-type specific Peek providers implement this interface to provide results of querying IPeekableItem instances.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public interface IPeekResultSource

NameDescription
System_CAPS_pubmethodFindResults(String, IPeekResultCollection, CancellationToken, IFindPeekResultsCallback)

Populates the collection of IPeekResults for the given relationship.

Return to top
Show: