IQuickInfoSource Interface
Represents a Quick Info provider, which acts as a provider of Quick Info information for a text buffer.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'宣言
Public Interface IQuickInfoSource _
Inherits IDisposable
public interface IQuickInfoSource : IDisposable
public interface class IQuickInfoSource : IDisposable
type IQuickInfoSource =
interface
interface IDisposable
end
public interface IQuickInfoSource extends IDisposable
The IQuickInfoSource type exposes the following members.
Methods
Name | Description | |
---|---|---|
AugmentQuickInfoSession | Determines which pieces of Quick Info content should be part of the specified IQuickInfoSession. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
Examples
For an example of the use of this interface, see Walkthrough: Displaying QuickInfo Tooltips.