IPeekableItemSource2 接口

定义

IPeekableItemSource在调用时,扩展了提供自定义操作说明和进度信息的能力 AugmentPeekSession(IPeekSession, IList<IPeekableItem>, IUIThreadOperationContext)

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
实现

方法

AugmentPeekSession(IPeekSession, IList<IPeekableItem>)

确定 IPeekableItem 应为指定的一部分的 IPeekSession

(继承自 IPeekableItemSource)
AugmentPeekSession(IPeekSession, IList<IPeekableItem>, IUIThreadOperationContext)

确定 IPeekableItem 应为指定的一部分的 IPeekSession2

适用于