IQuickInfoSource 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.
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. |