Поделиться через


ICompletionBroker.GetSessions - метод

Получает список активных сеансов завершения операторов.

Пространство имен:  Microsoft.VisualStudio.Language.Intellisense
Сборка:  Microsoft.VisualStudio.Language.Intellisense (в Microsoft.VisualStudio.Language.Intellisense.dll)

Синтаксис

'Декларация
Function GetSessions ( _
    textView As ITextView _
) As ReadOnlyCollection(Of ICompletionSession)
ReadOnlyCollection<ICompletionSession> GetSessions(
    ITextView textView
)
ReadOnlyCollection<ICompletionSession^>^ GetSessions(
    ITextView^ textView
)
abstract GetSessions : 
        textView:ITextView -> ReadOnlyCollection<ICompletionSession> 
function GetSessions(
    textView : ITextView
) : ReadOnlyCollection<ICompletionSession>

Параметры

Возвращаемое значение

Тип: ReadOnlyCollection<ICompletionSession>
Объект ReadOnlyCollection типа ICompletionSession.

Безопасность платформы .NET Framework

См. также

Ссылки

ICompletionBroker Интерфейс

Microsoft.VisualStudio.Language.Intellisense - пространство имен