IVsEnumSyntheticRegions Interface

Definition

Enumerates a collection of synthetic regions.

public interface class IVsEnumSyntheticRegions
public interface class IVsEnumSyntheticRegions
__interface IVsEnumSyntheticRegions
[System.Runtime.InteropServices.Guid("67D9795E-CEA4-45FF-A3DA-055CF78F139A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumSyntheticRegions
[System.Runtime.InteropServices.Guid("67D9795E-CEA4-45FF-A3DA-055CF78F139A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumSyntheticRegions
[<System.Runtime.InteropServices.Guid("67D9795E-CEA4-45FF-A3DA-055CF78F139A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumSyntheticRegions = interface
[<System.Runtime.InteropServices.Guid("67D9795E-CEA4-45FF-A3DA-055CF78F139A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumSyntheticRegions = interface
Public Interface IVsEnumSyntheticRegions
Attributes

Methods

GetCount(UInt32)

Returns the total count of synthetic regions in the enumeration sequence.

Next(UInt32, IVsSyntheticRegion[], UInt32)

Retrieves synthetic regions from the enumeration sequence.

Reset()

Resets the enumeration sequence to the beginning.

Applies to