ISignatureHelpBroker.GetSessions(ITextView) Method

Definition

Gets the list of all signature help sessions for this broker's ITextView.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::ISignatureHelpSession ^> ^ GetSessions(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.ISignatureHelpSession> GetSessions (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetSessions : Microsoft.VisualStudio.Text.Editor.ITextView -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.ISignatureHelpSession>
Public Function GetSessions (textView As ITextView) As ReadOnlyCollection(Of ISignatureHelpSession)

Parameters

textView
ITextView

The ITextView over which to retrieve signature help sessions.

Returns

A ReadOnlyCollection<T> of signature help sessions.

Applies to