Compartilhar via


Propriedade IIntellisenseSession.TextView

Obtém o ITextView em que esta sessão de IntelliSense foi acionado.

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

Sintaxe

'Declaração
ReadOnly Property TextView As ITextView
ITextView TextView { get; }
property ITextView^ TextView {
    ITextView^ get ();
}
abstract TextView : ITextView with get
function get TextView () : ITextView

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Editor.ITextView
O ITextView.

Segurança do .NET Framework

Consulte também

Referência

IIntellisenseSession Interface

Namespace Microsoft.VisualStudio.Language.Intellisense