IQuickInfoBroker.GetSessions Method
Gets the set of active Quick Info sessions for the ITextView in which this broker operates.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Dichiarazione
Function GetSessions ( _
textView As ITextView _
) As ReadOnlyCollection(Of IQuickInfoSession)
ReadOnlyCollection<IQuickInfoSession> GetSessions(
ITextView textView
)
ReadOnlyCollection<IQuickInfoSession^>^ GetSessions(
ITextView^ textView
)
abstract GetSessions :
textView:ITextView -> ReadOnlyCollection<IQuickInfoSession>
function GetSessions(
textView : ITextView
) : ReadOnlyCollection<IQuickInfoSession>
Parameters
- textView
Type: Microsoft.VisualStudio.Text.Editor.ITextView
The ITextView for which Quick Info sessions should be returned.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<IQuickInfoSession>
The list of valid Quick Info sessions active over the specified ITextView objects.
.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.