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

'Déclaration
<GuidAttribute("60BD661B-133C-4B5C-A335-4B174C5A352F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLayeredTextView
'Utilisation
Dim instance As 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

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

IVsLayeredTextView Members

Microsoft.VisualStudio.TextManager.Interop Namespace