IPeekableItemSource2 Interface

Definition

Extends IPeekableItemSource with an ability to provide custom operation description and progress information when AugmentPeekSession(IPeekSession, IList<IPeekableItem>, IUIThreadOperationContext) is invoked.

public interface class IPeekableItemSource2 : IDisposable, Microsoft::VisualStudio::Language::Intellisense::IPeekableItemSource
public interface IPeekableItemSource2 : IDisposable, Microsoft.VisualStudio.Language.Intellisense.IPeekableItemSource
type IPeekableItemSource2 = interface
    interface IPeekableItemSource
    interface IDisposable
Public Interface IPeekableItemSource2
Implements IDisposable, IPeekableItemSource
Implements

Methods

AugmentPeekSession(IPeekSession, IList<IPeekableItem>)

Determines which IPeekableItems should be part of the specified IPeekSession.

(Inherited from IPeekableItemSource)
AugmentPeekSession(IPeekSession, IList<IPeekableItem>, IUIThreadOperationContext)

Determines which IPeekableItems should be part of the specified IPeekSession2.

Applies to