IVsSyntheticTextClient::OnSyntheticRegionChange Method (IVsSyntheticRegion^, SYNTHETIC_REGION_EVENT)
Visual Studio 2015
Fires event indicating the synthetic text region has changed.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
void OnSyntheticRegionChange(
IVsSyntheticRegion^ pSynthReg,
SYNTHETIC_REGION_EVENT EventCode
)
Parameters
- pSynthReg
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsSyntheticRegion^
[in] The synthetic region of interest.
- EventCode
-
Type:
Microsoft.VisualStudio.TextManager.Interop::SYNTHETIC_REGION_EVENT
[in] The SYNTHETIC_REGION_EVENT value.
From textmgr.idl:
HRESULT IVsSyntheticTextClient::OnSyntheticRegionChange( [in] IVsSyntheticRegion *pSynthReg, [in] SYNTHETIC_REGION_EVENT EventCode );
Show: