IPeekableItemSource::AugmentPeekSession Method (IPeekSession^, IList<IPeekableItem^>^)
Visual Studio 2015
Determines which IPeekableItems should be part of the specified IPeekSession.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- session
-
Type:
Microsoft.VisualStudio.Language.Intellisense::IPeekSession^
The session for which IPeekableItems are to be computed.
- peekableItems
-
Type:
System.Collections.Generic::IList<IPeekableItem^>^
The list of IPeekableItems to be added to the session.
Each applicable IPeekableItemSource instance will be called in order to (re)calculate an IPeekSession. IPeekableItems can be added to the session by adding them to the peekableItems collection passed in as a parameter. In addition, by removing items from the collection, a source may filter IPeekableItems provided by IPeekableItemSources earlier in the calculation chain.
Show: