IVsContainedCode::EnumOriginalCodeBlocks Method (IVsEnumCodeBlocks^)
Visual Studio 2015
Returns an enumerator of original code block mappings.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- ppEnum
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsEnumCodeBlocks^
[out] Returns an IVsEnumCodeBlocks object that contains a list of TextSpanAndCookie objects representing all embedded code blocks in the original document.
From singlefileeditor.idl:
HRESULT EnumOriginalCodeBlocks( [out] IVsEnumCodeBlocks **ppEnum );
Show: