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

'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
Public method GetStackForTextView Gets an IIntellisenseSessionStack for a specific ITextView instance.

Top

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace