ITextChange2, interface

Indicates whether the change is opaque.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Public Interface ITextChange2 _
    Inherits ITextChange
public interface ITextChange2 : ITextChange
public interface class ITextChange2 : ITextChange
type ITextChange2 =  
    interface 
        interface ITextChange 
    end
public interface ITextChange2 extends ITextChange

Le type ITextChange2 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Delta Obtient la différence dans la longueur de la mémoire tampon ces des résultats de cette modification. (Hérité de ITextChange.)
Propriété publique IsOpaque Flag indicating whether the change is opaque.
Propriété publique LineCountDelta Obtient la différence de le nombre d'entrées ligne l'instantané ce des résultats de cette modification. (Hérité de ITextChange.)
Propriété publique NewEnd Obtient la position de fin d'NewText dans l'instantané immédiatement après la modification de texte. (Hérité de ITextChange.)
Propriété publique NewLength Obtient la longueur d'NewText. (Hérité de ITextChange.)
Propriété publique NewPosition Obtient la position de la modification de texte de l'instantané immédiatement après la modification. (Hérité de ITextChange.)
Propriété publique NewSpan Obtient l'étendue d'ITextChange dans l'instantané immédiatement après la modification. (Hérité de ITextChange.)
Propriété publique NewText Obtient le texte qui a remplacé le texte ancien. (Hérité de ITextChange.)
Propriété publique OldEnd Obtient la position de fin d'OldText dans l'instantané immédiatement avant la modification. (Hérité de ITextChange.)
Propriété publique OldLength Obtient la longueur d'OldText. (Hérité de ITextChange.)
Propriété publique OldPosition Obtient la position de la modification de texte de l'instantané immédiatement avant la modification. (Hérité de ITextChange.)
Propriété publique OldSpan Étendue de la modification de texte dans l'instantané, immédiatement avant la modification. (Hérité de ITextChange.)
Propriété publique OldText Obtient le texte qui a été remplacé. (Hérité de ITextChange.)

Début

Notes

Opaque changes are replacements in which both the old text and the new text are non-empty.

Voir aussi

Référence

Microsoft.VisualStudio.Text, espace de noms