IIntellisenseSessionStackMapService Interface

Definition

Provides access to all the IntelliSense session stacks created for all the different ITextView instances in the application.

public interface class IIntellisenseSessionStackMapService
public interface class IIntellisenseSessionStackMapService
__interface IIntellisenseSessionStackMapService
public interface IIntellisenseSessionStackMapService
type IIntellisenseSessionStackMapService = interface
Public Interface IIntellisenseSessionStackMapService

Methods

GetStackForTextView(ITextView)

Gets an IIntellisenseSessionStack for a specific ITextView instance.

Applies to