ISignatureHelpBroker.GetSessions Method
Gets the list of all signature help sessions for this broker's ITextView.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Function GetSessions ( _
textView As ITextView _
) As ReadOnlyCollection(Of ISignatureHelpSession)
ReadOnlyCollection<ISignatureHelpSession> GetSessions(
ITextView textView
)
ReadOnlyCollection<ISignatureHelpSession^>^ GetSessions(
ITextView^ textView
)
abstract GetSessions :
textView:ITextView -> ReadOnlyCollection<ISignatureHelpSession>
function GetSessions(
textView : ITextView
) : ReadOnlyCollection<ISignatureHelpSession>
Parameters
- textView
Type: Microsoft.VisualStudio.Text.Editor.ITextView
The ITextView.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ISignatureHelpSession>
A ReadOnlyCollection<T> of type ISignatureHelpSession.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.