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