IQuickInfoSource Interface

Definition

Caution

Use IAsyncQuickInfoSource instead

Defines a QuickInfo provider, which acts as a provider of QuickInfo information over a text buffer.

public interface class IQuickInfoSource : IDisposable
public interface IQuickInfoSource : IDisposable
[System.Obsolete("Use IAsyncQuickInfoSource instead")]
public interface IQuickInfoSource : IDisposable
type IQuickInfoSource = interface
    interface IDisposable
[<System.Obsolete("Use IAsyncQuickInfoSource instead")>]
type IQuickInfoSource = interface
    interface IDisposable
Public Interface IQuickInfoSource
Implements IDisposable
Attributes
Implements

Examples

For an example of the use of this interface, see Walkthrough: Displaying QuickInfo Tooltips.

Methods

AugmentQuickInfoSession(IQuickInfoSession, IList<Object>, ITrackingSpan)

Determines which pieces of QuickInfo content should be part of the specified IQuickInfoSession.

Applies to