This topic has not yet been rated - Rate this topic

IVsEnumCodeBlocks Interface

Represents a list of spans of code blocks.

Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in microsoft.visualstudio.textmanager.interop.8.0.dll)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("07A45A82-5354-4DDE-AC7D-60F2CDD5573B")] 
public interface IVsEnumCodeBlocks
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("07A45A82-5354-4DDE-AC7D-60F2CDD5573B") */ 
public interface IVsEnumCodeBlocks
InterfaceTypeAttribute(1) 
GuidAttribute("07A45A82-5354-4DDE-AC7D-60F2CDD5573B") 
public interface IVsEnumCodeBlocks

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ