Metodo IVsSyntheticTextClient.OnSyntheticRegionChange
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
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
)
Parametri
pSynthReg
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticRegion[in] l'area sintetica di interesse.
EventCode
Tipo: Microsoft.VisualStudio.TextManager.Interop.SYNTHETIC_REGION_EVENT[in] SYNTHETIC_REGION_EVENT valore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsSyntheticTextClient::OnSyntheticRegionChange(
[in] IVsSyntheticRegion *pSynthReg,
[in] SYNTHETIC_REGION_EVENT EventCode
);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.