IAsyncQuickInfoSourceProvider Interface

Definition

A MEF component part that is proffered to the IDE to construct an IAsyncQuickInfoSource.

public interface class IAsyncQuickInfoSourceProvider
public interface IAsyncQuickInfoSourceProvider
type IAsyncQuickInfoSourceProvider = interface
Public Interface IAsyncQuickInfoSourceProvider

Examples

[Export(typeof(IAsyncQuickInfoSourceProvider))]
[Name("Foo QuickInfo Provider")]
[Order(After = "default")]
[ContentType("text")]

Remarks

This class is always constructed and called on the UI thread.

Methods

TryCreateQuickInfoSource(ITextBuffer)

Creates an IAsyncQuickInfoSource for the specified ITextBuffer.

Applies to