IQuickInfoSourceProvider Interface
Visual Studio 2015
Represents a factory of Quick Info sources.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | TryCreateQuickInfoSource(ITextBuffer) | Creates a Quick Info source for the specified context. |
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(IQuickInfoSourceProvider))]
For an example of the use of this interface, see Walkthrough: Displaying QuickInfo Tooltips.
Show:
