VsHiddenTextLayer Interface
Adds or enumerates hidden text sessions.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<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
The VsHiddenTextLayer type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddHiddenRegions | Adds a new hidden region to the text buffer. (Inherited from IVsHiddenTextSession.) | |
EnumHiddenRegions | Returns a list of the current hidden regions. (Inherited from IVsHiddenTextSession.) | |
Terminate | Ends the hidden text session. (Inherited from IVsHiddenTextSession.) | |
UnadviseClient | Releases the IVsHiddenTextClient. (Inherited from IVsHiddenTextSession.) |
Top