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
textView
Tipo: Microsoft.VisualStudio.Text.Editor.ITextViewO ITextView para o qual deseja obter conclusões.
Valor de retorno
Tipo: ReadOnlyCollection<ICompletionSession>
A ReadOnlyCollection of type ICompletionSession.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.