IVsTextLayerEvents.OnMappingChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires to notify client to convert all of its local coordinates to base buffer coordinates.
public:
void OnMappingChange();
public:
void OnMappingChange();
void OnMappingChange();
public void OnMappingChange ();
abstract member OnMappingChange : unit -> unit
Public Sub OnMappingChange ()
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextLayerEvents::OnMappingChange();