Método IVsSyntheticTextClient.OnSyntheticRegionChange
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
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
pSynthReg
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticRegion[in] A região sintética de interesse.
EventCode
Tipo: Microsoft.VisualStudio.TextManager.Interop.SYNTHETIC_REGION_EVENT[in] O SYNTHETIC_REGION_EVENT valor.
Comentários
COM assinatura
De textmgr.idl:
HRESULT IVsSyntheticTextClient::OnSyntheticRegionChange(
[in] IVsSyntheticRegion *pSynthReg,
[in] SYNTHETIC_REGION_EVENT EventCode
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.