Compartir a través de


IVsSyntheticTextClient.OnSyntheticRegionChange (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Sub OnSyntheticRegionChange ( _
    pSynthReg As IVsSyntheticRegion, _
    EventCode As SYNTHETIC_REGION_EVENT _
)
void OnSyntheticRegionChange(
    IVsSyntheticRegion pSynthReg,
    SYNTHETIC_REGION_EVENT EventCode
)
void OnSyntheticRegionChange(
    [InAttribute] IVsSyntheticRegion^ pSynthReg, 
    [InAttribute] SYNTHETIC_REGION_EVENT EventCode
)
abstract OnSyntheticRegionChange : 
        pSynthReg:IVsSyntheticRegion * 
        EventCode:SYNTHETIC_REGION_EVENT -> unit
function OnSyntheticRegionChange(
    pSynthReg : IVsSyntheticRegion, 
    EventCode : SYNTHETIC_REGION_EVENT
)

Parámetros

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsSyntheticTextClient Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)