Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.ITextViewThe 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.