IVsSyntheticTextClient.OnSyntheticRegionChange Yöntem

Tanım

Yapay metin bölgesinin değiştiğini belirten olay harekete geçirilir.

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)

Parametreler

pSynthReg
IVsSyntheticRegion

'ndaki İlgilendiğiniz yapay bölge.

Açıklamalar

COM Imzası

Textmgr. IDL dosyasından:

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

Şunlara uygulanır