Compartilhar via


Método ICompletionBroker.GetSessions

Obtém a lista de sessões de conclusão da instrução ativa.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (em Microsoft.VisualStudio.Language.Intellisense.dll)

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

Tipo: ReadOnlyCollection<ICompletionSession>
A ReadOnlyCollection of type ICompletionSession.

Segurança do .NET Framework

Consulte também

Referência

ICompletionBroker Interface

Namespace Microsoft.VisualStudio.Language.Intellisense