VsTextBufferCoordinatorClass::SetSpanMappings Method (Int32, array<NewSpanMapping>^)
Visual Studio 2015
Establishes the list of mappings between the primary and secondary buffers.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- cSpans
-
Type:
System::Int32
[in] The number of mappings specified in the rgSpans array.
- rgSpans
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::NewSpanMapping>^
[in] An array of NewSpanMapping structures each of which specify a single mapping between the primary and secondary buffers.
Show: