IAsyncQuickInfoBroker.GetSession(ITextView) Methode

Definition

Ruft das aktuelle IAsyncQuickInfoSession für die ITextView ab.

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

Parameter

textView
ITextView

Der ITextView , für den die Sitzung gesucht werden soll.

Gibt zurück

IAsyncQuickInfoSession

Die Sitzung oder null , wenn keine aktive Sitzung vorhanden ist.

Hinweise

QuickInfo wird als aktiv betrachtet, wenn eine schnell Info Sitzung sichtbar ist, berechnet oder neu berechnet wird.

Gilt für