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)

Syntax

'Declaration
<GuidAttribute("60BD661B-133C-4B5C-A335-4B174C5A352F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLayeredTextView
[GuidAttribute("60BD661B-133C-4B5C-A335-4B174C5A352F")]
[InterfaceTypeAttribute()]
public interface IVsLayeredTextView
[GuidAttribute(L"60BD661B-133C-4B5C-A335-4B174C5A352F")]
[InterfaceTypeAttribute()]
public interface class IVsLayeredTextView
[<GuidAttribute("60BD661B-133C-4B5C-A335-4B174C5A352F")>]
[<InterfaceTypeAttribute()>]
type IVsLayeredTextView =  interface end
public interface IVsLayeredTextView

The IVsLayeredTextView type exposes the following members.

Methods

  Name Description
Public method GetRelativeSelectionState Gets the selection relative to a specified layer.
Public method GetSelectedAtom Tells a client when the selection is "at" an atomic object. The selection flags determine what “at” means.
Public method GetTopmostLayer Gets the view’s top-level layer.
Public method SetRelativeSelectionState Sets the selection relative to a specified layer.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace