IVsLayeredTextView Interface

Definition

Helps a view interact with text layers.

C++/CX
public interface class IVsLayeredTextView
Attributes

Remarks

This interface is implemented by a text view. By default the methods in this interface operate on the top view layer.

Methods

GetRelativeSelectionState(UInt32, IVsTextLayer, SELECTIONSTATE[])

Gets the selection relative to a specified layer.

GetSelectedAtom(UInt32, Object)

Tells a client when the selection is "at" an atomic object. The selection flags determine what “at” means.

GetTopmostLayer(IVsTextLayer)

Gets the view’s top-level layer.

SetRelativeSelectionState(UInt32, IVsTextLayer, SELECTIONSTATE[])

Sets the selection relative to a specified layer.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022