ISignatureHelpBroker::GetSessions Method (ITextView^)
Visual Studio 2015
Gets the list of all signature help sessions for this broker's ITextView.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ISignatureHelpSession^>^A ReadOnlyCollection<T> of type ISignatureHelpSession.
Show: