IVsTextBufferCoordinator::SetBufferMappingModes Method (UInt32, UInt32)
Visual Studio 2015
Establishes the mapping modes for both primary and secondary buffers.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- bcmmPrimary
-
Type:
System::UInt32
[in] A combination of flags from the _BufferCoordinatorMappingMode enumeration that specifies the mapping modes for the primary buffer.
- bcmmSecondary
-
Type:
System::UInt32
[in] A combination of flags from the _BufferCoordinatorMappingMode enumeration that specifies the mapping modes for the secondary buffer.
From singlefileeditor.idl:
HRESULT SetBufferMappingModes( [in] DWORD bcmmPrimary, [in] DWORD bcmmSecondary );
The mapping modes set by this method control the extent of the character span that is mapped from a particular buffer. This extent is discussed in detail in the _BufferCoordinatorMappingMode enumeration.
Show: