IIntellisenseSessionStackMapService.GetStackForTextView Method
Gets an IIntellisenseSessionStack for a specific ITextView instance.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
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
Parameters
textView
Type: Microsoft.VisualStudio.Text.Editor.ITextViewThe ITextView.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSessionStack
The IIntellisenseSessionStack.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.