IVsTextBufferCoordinator::EnumSpans Method (IVsEnumBufferCoordinatorSpans^)
Visual Studio 2015
Returns a list of span mappings controlled by the buffer coordinator object.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- ppEnum
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsEnumBufferCoordinatorSpans^
[out] Returns an IVsEnumBufferCoordinatorSpans object that contains a list of NewSpanMapping objects.
From singlefileeditor.idl:
HRESULT EnumSpans( [out] IVsEnumBufferCoordinatorSpans** ppEnum );
Note that the list returned from this method is a copy of the current spans and is not updated when the main list of spans is updated.
Show: