Condividi tramite


Proprietà IIntellisenseSession.TextView

ottiene ITextView in cui è stata attivata questa sessione IntelliSense.

Spazio dei nomi:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Sintassi

'Dichiarazione
ReadOnly Property TextView As ITextView
ITextView TextView { get; }
property ITextView^ TextView {
    ITextView^ get ();
}
abstract TextView : ITextView with get
function get TextView () : ITextView

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IIntellisenseSession Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense