IQuickInfoSourceProvider 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.
Caution
Use IAsyncQuickInfoSourceProvider instead
Describes a factory of Quick Info providers.
public interface class IQuickInfoSourceProvider
public interface class IQuickInfoSourceProvider
__interface IQuickInfoSourceProvider
public interface IQuickInfoSourceProvider
[System.Obsolete("Use IAsyncQuickInfoSourceProvider instead")]
public interface IQuickInfoSourceProvider
type IQuickInfoSourceProvider = interface
[<System.Obsolete("Use IAsyncQuickInfoSourceProvider instead")>]
type IQuickInfoSourceProvider = interface
Public Interface IQuickInfoSourceProvider
- Attributes
Remarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IQuickInfoSourceProvider))]
Methods
TryCreateQuickInfoSource(ITextBuffer) |
Creates a Quick Info provider for the specified context. |