Compartir a través de


VsHiddenTextLayer (Interfaz)

Agrega o muestra sesiones de texto oculto.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
<GuidAttribute("82B21BAE-664B-43E1-95B1-0302805FF7D3")> _
Public Interface VsHiddenTextLayer _
    Inherits IVsHiddenTextSession
[GuidAttribute("82B21BAE-664B-43E1-95B1-0302805FF7D3")]
public interface VsHiddenTextLayer : IVsHiddenTextSession
[GuidAttribute(L"82B21BAE-664B-43E1-95B1-0302805FF7D3")]
public interface class VsHiddenTextLayer : IVsHiddenTextSession
[<GuidAttribute("82B21BAE-664B-43E1-95B1-0302805FF7D3")>]
type VsHiddenTextLayer =  
    interface 
        interface IVsHiddenTextSession 
    end
public interface VsHiddenTextLayer extends IVsHiddenTextSession

El tipo VsHiddenTextLayer expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público AddHiddenRegions Agrega una nueva región oculta al búfer de texto. (Se hereda de IVsHiddenTextSession).
Método público EnumHiddenRegions Devuelve una lista de las regiones ocultas actuales. (Se hereda de IVsHiddenTextSession).
Método público Terminate Finaliza la sesión de texto oculto. (Se hereda de IVsHiddenTextSession).
Método público UnadviseClient Libera IVsHiddenTextClient. (Se hereda de IVsHiddenTextSession).

Arriba

Vea también

Referencia

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)