IVsSyntheticTextClient.OnSyntheticRegionChange 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 event indicating the synthetic text region has changed.
public:
void OnSyntheticRegionChange(Microsoft::VisualStudio::TextManager::Interop::IVsSyntheticRegion ^ pSynthReg, Microsoft::VisualStudio::TextManager::Interop::SYNTHETIC_REGION_EVENT EventCode);
public:
void OnSyntheticRegionChange(Microsoft::VisualStudio::TextManager::Interop::IVsSyntheticRegion ^ pSynthReg, Microsoft::VisualStudio::TextManager::Interop::SYNTHETIC_REGION_EVENT EventCode);
void OnSyntheticRegionChange(Microsoft::VisualStudio::TextManager::Interop::IVsSyntheticRegion const & pSynthReg, Microsoft::VisualStudio::TextManager::Interop::SYNTHETIC_REGION_EVENT EventCode);
public void OnSyntheticRegionChange (Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticRegion pSynthReg, Microsoft.VisualStudio.TextManager.Interop.SYNTHETIC_REGION_EVENT EventCode);
abstract member OnSyntheticRegionChange : Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticRegion * Microsoft.VisualStudio.TextManager.Interop.SYNTHETIC_REGION_EVENT -> unit
Public Sub OnSyntheticRegionChange (pSynthReg As IVsSyntheticRegion, EventCode As SYNTHETIC_REGION_EVENT)
Parameters
- pSynthReg
- IVsSyntheticRegion
[in] The synthetic region of interest.
- EventCode
- SYNTHETIC_REGION_EVENT
[in] The SYNTHETIC_REGION_EVENT value.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSyntheticTextClient::OnSyntheticRegionChange(
[in] IVsSyntheticRegion *pSynthReg,
[in] SYNTHETIC_REGION_EVENT EventCode
);