Metodo IVsPreliminaryTextChangeCommitEvents.OnChangesCommitted
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Sub OnChangesCommitted ( _
dwGestureFlags As UInteger, _
ptsChanged As TextSpan() _
)
void OnChangesCommitted(
uint dwGestureFlags,
TextSpan[] ptsChanged
)
void OnChangesCommitted(
[InAttribute] unsigned int dwGestureFlags,
[InAttribute] array<TextSpan>^ ptsChanged
)
abstract OnChangesCommitted :
dwGestureFlags:uint32 *
ptsChanged:TextSpan[] -> unit
function OnChangesCommitted(
dwGestureFlags : uint,
ptsChanged : TextSpan[]
)
Parametri
dwGestureFlags
Tipo: UInt32[In] contrassegna indica il tipo di modifiche apportate. per un elenco di dwGestureFlags i valori, vedere ChangeCommitGestureFlags.
ptsChanged
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][In] intervallo di testo modificata.
Note
Firma COM
da textmgr.idl:
HRESULT IVsPreliminaryTextChangeCommitEvents::OnChangesCommitted(
[in] DWORD dwGestureFlags,
[in] TextSpan *ptsChanged
);
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.