IQuickInfoSourceProvider Interface
Represents a factory of Quick Info sources.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
声明
Public Interface IQuickInfoSourceProvider
public interface IQuickInfoSourceProvider
public interface class IQuickInfoSourceProvider
type IQuickInfoSourceProvider = interface end
public interface IQuickInfoSourceProvider
The IQuickInfoSourceProvider type exposes the following members.
Name | Description | |
---|---|---|
TryCreateQuickInfoSource | Creates a Quick Info source for the specified context. |
Top
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.