IIntellisenseSessionStackMapService Interface
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
‘선언
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