Condividi tramite


Metodo DocData.IVsTextStreamEvents.OnChangeStreamAttributes

Una notifica da Visual Studio che qualcosa nel testo è stato modificato.

Spazio dei nomi:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Sintassi

'Dichiarazione
Private Sub OnChangeStreamAttributes ( _
    iPos As Integer, _
    iLength As Integer _
) Implements IVsTextStreamEvents.OnChangeStreamAttributes
void IVsTextStreamEvents.OnChangeStreamAttributes(
    int iPos,
    int iLength
)

Parametri

  • iPos
    Tipo: System.Int32
    Posizione iniziale del testo modificato nel buffer sottostante.
  • iLength
    Tipo: System.Int32
    Lunghezza del testo modificato nel buffer sottostante.

Implementa

IVsTextStreamEvents.OnChangeStreamAttributes(Int32, Int32)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DocData Classe

Spazio dei nomi Microsoft.VisualStudio.Shell.Design.Serialization