IVsEnumCodeBlocks Interface
Visual Studio 2015
Represents a list of spans of code blocks.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumCodeBlocks) | Returns a copy of the current enumeration as a separate object. |
![]() | Next(UInt32, TextSpanAndCookie[], UInt32) | Returns the next set of elements from the enumeration. |
![]() | Reset() | Resets the enumeration to the first element. |
![]() | Skip(UInt32) | Skips over the specified number of elements. |
A code block is a piece of code that is embedded in a larger document, for example, a JScript code block embedded in an ASP.NET web page.
Notes to Implementers:
This interface is typically implemented by the same entity that implements the IVsContainedCode interface.
Notes to Callers:
This interface can be obtained by calling the EnumOriginalCodeBlocks method in the IVsContainedCode interface.
Show:
