IVsLayeredTextView Interface

 

Helps a view interact with text layers.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("60BD661B-133C-4B5C-A335-4B174C5A352F")]
[InterfaceTypeAttribute(1)]
public interface IVsLayeredTextView

NameDescription
System_CAPS_pubmethodGetRelativeSelectionState(UInt32, IVsTextLayer, SELECTIONSTATE[])

Gets the selection relative to a specified layer.

System_CAPS_pubmethodGetSelectedAtom(UInt32, Object)

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

System_CAPS_pubmethodGetTopmostLayer(IVsTextLayer)

Gets the view’s top-level layer.

System_CAPS_pubmethodSetRelativeSelectionState(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.

Return to top
Show: