IVsSyntheticTextClient.OnSyntheticRegionChange Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.
- EventCode
- SYNTHETIC_REGION_EVENT
'ndaki SYNTHETIC_REGION_EVENT Değer.
Açıklamalar
COM Imzası
Textmgr. IDL dosyasından:
HRESULT IVsSyntheticTextClient::OnSyntheticRegionChange(
[in] IVsSyntheticRegion *pSynthReg,
[in] SYNTHETIC_REGION_EVENT EventCode
);