IVsSyntheticTextClient::OnSyntheticRegionChange Method (IVsSyntheticRegion^, SYNTHETIC_REGION_EVENT)

 

Fires event indicating the synthetic text region has changed.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

void OnSyntheticRegionChange(
	IVsSyntheticRegion^ pSynthReg,
	SYNTHETIC_REGION_EVENT EventCode
)

From textmgr.idl:

HRESULT IVsSyntheticTextClient::OnSyntheticRegionChange(
   [in] IVsSyntheticRegion *pSynthReg,
   [in] SYNTHETIC_REGION_EVENT EventCode
);
Return to top
Show: