IVsEnumHiddenRegions Interface

Definition

Enumerates existing hidden text sessions.

public interface class IVsEnumHiddenRegions
public interface class IVsEnumHiddenRegions
__interface IVsEnumHiddenRegions
[System.Runtime.InteropServices.Guid("681B0FFF-30B4-4578-A911-B67FB049DAFA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumHiddenRegions
[System.Runtime.InteropServices.Guid("681B0FFF-30B4-4578-A911-B67FB049DAFA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumHiddenRegions
[<System.Runtime.InteropServices.Guid("681B0FFF-30B4-4578-A911-B67FB049DAFA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumHiddenRegions = interface
[<System.Runtime.InteropServices.Guid("681B0FFF-30B4-4578-A911-B67FB049DAFA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumHiddenRegions = interface
Public Interface IVsEnumHiddenRegions
Attributes

Notes to Callers

Call this interface to enumerate existing hidden text sessions.

Methods

GetCount(UInt32)

Returns the total count of hidden regions in the text buffer.

Next(UInt32, IVsHiddenRegion[], UInt32)

Retrieves a specified number of hidden regions in the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Applies to