IIntellisenseSessionStackMapService.GetStackForTextView, méthode
Obtient une IIntellisenseSessionStack pour une instance ITextView spécifique.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
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
Paramètres
textView
Type : Microsoft.VisualStudio.Text.Editor.ITextView
Valeur de retour
Type : Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSessionStack
IIntellisenseSessionStack .
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
IIntellisenseSessionStackMapService Interface
Microsoft.VisualStudio.Language.Intellisense, espace de noms