IVsLayeredTextView Interface
Visual Studio 2015
Helps a view interact with text layers.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
This interface is implemented by a text view. By default the methods in this interface operate on the top view layer.
Show:
