IAsyncQuickInfoSource Interface

Definition

Source of Quick Info tooltip content item, proffered to the IDE by a IAsyncQuickInfoSourceProvider.

public interface class IAsyncQuickInfoSource : IDisposable
public interface IAsyncQuickInfoSource : IDisposable
type IAsyncQuickInfoSource = interface
    interface IDisposable
Public Interface IAsyncQuickInfoSource
Implements IDisposable
Implements

Remarks

This class is always constructed and disposed on the UI thread and called on a non-UI thread. Callers that require the UI thread must explicitly marshal there with SwitchToMainThreadAsync(CancellationToken). Content objects are resolved into UI constructs via the IViewElementFactoryService.

Methods

GetQuickInfoItemAsync(IAsyncQuickInfoSession, CancellationToken)

Gets Quick Info item and tracking span via a QuickInfoItem.

Applies to