IAsyncQuickInfoSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |