Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
GetRelativeSelectionState | Gets the selection relative to a specified layer. |
![]() |
GetSelectedAtom | Tells a client when the selection is "at" an atomic object. The selection flags determine what “at” means. |
![]() |
GetTopmostLayer | Gets the view’s top-level layer. |
![]() |
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.
.gif)