IAsyncQuickInfoBroker.GetSession(ITextView) Method
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.
Gets the current IAsyncQuickInfoSession for the ITextView.
public:
Microsoft::VisualStudio::Language::Intellisense::IAsyncQuickInfoSession ^ GetSession(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public Microsoft.VisualStudio.Language.Intellisense.IAsyncQuickInfoSession GetSession (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetSession : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Intellisense.IAsyncQuickInfoSession
Public Function GetSession (textView As ITextView) As IAsyncQuickInfoSession
Parameters
Returns
The session, or null
if there is no active session.
Remarks
Quick info is considered to be active if there is a visible, calculating, or recalculating quick info session.