IQuickInfoBroker
IQuickInfoBroker
IQuickInfoBroker
IQuickInfoBroker
IQuickInfoBroker
IQuickInfoBroker
Interface
Definition
Defines a Quick Info broker.
public interface class IQuickInfoBroker
public interface class IQuickInfoBroker
__interface IQuickInfoBroker
public interface IQuickInfoBroker
type IQuickInfoBroker = interface
Public Interface IQuickInfoBroker
Examples
For an example of the use of this interface, see Walkthrough: Displaying QuickInfo Tooltips.
Remarks
The broker is responsible for triggering Quick Info sessions. It should be imported as follows:
[Import]
internal IQuickInfoBroker QuickInfoBroker { get; set; }
Methods
CreateQuickInfoSession(ITextView, ITrackingPoint, Boolean)
CreateQuickInfoSession(ITextView, ITrackingPoint, Boolean)
CreateQuickInfoSession(ITextView, ITrackingPoint, Boolean)
CreateQuickInfoSession(ITextView, ITrackingPoint, Boolean)
CreateQuickInfoSession(ITextView, ITrackingPoint, Boolean)
CreateQuickInfoSession(ITextView, ITrackingPoint, Boolean)
|
Creates but does not start a Quick Info session at the specified location in the ITextBuffer.
|
GetSessions(ITextView)
GetSessions(ITextView)
GetSessions(ITextView)
GetSessions(ITextView)
GetSessions(ITextView)
GetSessions(ITextView)
|
Gets the set of active Quick Info sessions for the ITextView in which this broker operates.
|
IsQuickInfoActive(ITextView)
IsQuickInfoActive(ITextView)
IsQuickInfoActive(ITextView)
IsQuickInfoActive(ITextView)
IsQuickInfoActive(ITextView)
IsQuickInfoActive(ITextView)
|
Determines whether there is at least one active Quick Info session in the specified ITextView.
|
TriggerQuickInfo(ITextView)
TriggerQuickInfo(ITextView)
TriggerQuickInfo(ITextView)
TriggerQuickInfo(ITextView)
TriggerQuickInfo(ITextView)
TriggerQuickInfo(ITextView)
|
Triggers Quick Info at the position of the caret in the specified ITextView.
|
TriggerQuickInfo(ITextView, ITrackingPoint, Boolean)
TriggerQuickInfo(ITextView, ITrackingPoint, Boolean)
TriggerQuickInfo(ITextView, ITrackingPoint, Boolean)
TriggerQuickInfo(ITextView, ITrackingPoint, Boolean)
TriggerQuickInfo(ITextView, ITrackingPoint, Boolean)
TriggerQuickInfo(ITextView, ITrackingPoint, Boolean)
|
Triggers Quick Info at the specified position in the buffer, either tracking or not tracking the mouse.
|
Applies to