表示快速信息源的工厂。
命名空间: Microsoft.VisualStudio.Language.Intellisense
程序集: Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
语法
声明
Public Interface IQuickInfoSourceProvider
public interface IQuickInfoSourceProvider
public interface class IQuickInfoSourceProvider
type IQuickInfoSourceProvider = interface end
public interface IQuickInfoSourceProvider
IQuickInfoSourceProvider 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
TryCreateQuickInfoSource | 为指定的上下文创建的一个快速信息的源。 |
页首
备注
这是 MEF 组件部件,应通过以下属性:
[Export(typeof(IQuickInfoSourceProvider))]
示例
有关使用的示例此接口,请参见 演练:显示以前的工具提示。