IIntellisenseSession.TextView, propriété
Obtient ITextView dans lequel cette session d'Intellisense a été déclenchée.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
ReadOnly Property TextView As ITextView
ITextView TextView { get; }
property ITextView^ TextView {
ITextView^ get ();
}
abstract TextView : ITextView with get
function get TextView () : ITextView
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Editor.ITextView
ITextView .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IIntellisenseSession Interface
Microsoft.VisualStudio.Language.Intellisense, espace de noms