IIntellisenseSessionStackMapService.GetStackForTextView(ITextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IIntellisenseSessionStack for a specific ITextView instance.
public:
Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSessionStack ^ GetStackForTextView(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSessionStack ^ GetStackForTextView(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSessionStack GetStackForTextView(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSessionStack GetStackForTextView (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetStackForTextView : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSessionStack
Public Function GetStackForTextView (textView As ITextView) As IIntellisenseSessionStack
Parameters
Returns
The IIntellisenseSessionStack.