Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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.ITextViewThe ITextView for which Quick Info sessions should be returned.
Return Value
Type: 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.