Compartilhar via


Método IIntellisenseSessionStackMapService.GetStackForTextView

Obtém um IIntellisenseSessionStack para uma determinada ITextView instância.

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

Sintaxe

'Declaração
Function GetStackForTextView ( _
    textView As ITextView _
) As IIntellisenseSessionStack
IIntellisenseSessionStack GetStackForTextView(
    ITextView textView
)
IIntellisenseSessionStack^ GetStackForTextView(
    ITextView^ textView
)
abstract GetStackForTextView : 
        textView:ITextView -> IIntellisenseSessionStack
function GetStackForTextView(
    textView : ITextView
) : IIntellisenseSessionStack

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSessionStack
O IIntellisenseSessionStack.

Segurança do .NET Framework

Consulte também

Referência

IIntellisenseSessionStackMapService Interface

Namespace Microsoft.VisualStudio.Language.Intellisense