IPeekableItemSource Interface

Visual Studio 2015
 

Provides IPeekableItems for a given content type.

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

public interface IPeekableItemSource : IDisposable

NameDescription
System_CAPS_pubmethodAugmentPeekSession(IPeekSession, IList<IPeekableItem>)

Determines which IPeekableItems should be part of the specified IPeekSession.

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

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

Return to top
Show: