IPeekableItemSource2 Schnittstelle

Definition

Erweitert IPeekableItemSource mit der Möglichkeit, benutzerdefinierte Vorgangs Beschreibungen und Fortschrittsinformationen bereitzustellen, wenn AugmentPeekSession(IPeekSession, IList<IPeekableItem>, IUIThreadOperationContext) aufgerufen wird.

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
Implementiert

Methoden

AugmentPeekSession(IPeekSession, IList<IPeekableItem>)

Bestimmt, welche IPeekableItems Teil der angegebenen IPeekSession sein sollen.

(Geerbt von IPeekableItemSource)
AugmentPeekSession(IPeekSession, IList<IPeekableItem>, IUIThreadOperationContext)

Bestimmt, welche IPeekableItems Teil der angegebenen IPeekSession2 sein sollen.

Gilt für