Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides access to all the IIntellisenseSessionStack objects created for all the different ITextView instances in the application.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Interface IIntellisenseSessionStackMapService
public interface IIntellisenseSessionStackMapService
public interface class IIntellisenseSessionStackMapService
type IIntellisenseSessionStackMapService = interface end
public interface IIntellisenseSessionStackMapService
The IIntellisenseSessionStackMapService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetStackForTextView | Gets an IIntellisenseSessionStack for a specific ITextView instance. |
Top