ElisionSourceSpansChangedEventArgs Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des données sur une transaction de modification sur un IElisionBuffer dans lequel le jeu d’étendues de sources masquées a changé.
public ref class ElisionSourceSpansChangedEventArgs : Microsoft::VisualStudio::Text::TextContentChangedEventArgs
public class ElisionSourceSpansChangedEventArgs : Microsoft.VisualStudio.Text.TextContentChangedEventArgs
type ElisionSourceSpansChangedEventArgs = class
inherit TextContentChangedEventArgs
Public Class ElisionSourceSpansChangedEventArgs
Inherits TextContentChangedEventArgs
- Héritage
-
ElisionSourceSpansChangedEventArgs
Constructeurs
| ElisionSourceSpansChangedEventArgs(IProjectionSnapshot, IProjectionSnapshot, NormalizedSpanCollection, NormalizedSpanCollection, Object) |
Initialise une nouvelle instance d'un objet ElisionSourceSpansChangedEventArgs. |
Propriétés
| After |
État du IProjectionBuffer juste après le changement. |
| AfterVersion |
Obtient la ITextVersion associée à After. (Hérité de TextSnapshotChangedEventArgs) |
| Before |
État du IProjectionBuffer avant le changement. |
| BeforeVersion |
Obtient ITextVersion associé à Before. (Hérité de TextSnapshotChangedEventArgs) |
| Changes |
Obtient le jeu de modifications qui se sont produites. (Hérité de TextContentChangedEventArgs) |
| EditTag |
Obtient un objet arbitraire fourni par l’initiateur des modifications. (Hérité de TextSnapshotChangedEventArgs) |
| ElidedSpans |
Jeu des étendues de sources insérées dans le IProjectionBuffer par cette transaction de modification. |
| ExpandedSpans |
Jeu des étendues de sources supprimées du IProjectionBuffer par cette transaction de modification. |
| Options |
Obtient les options de modification qui ont été appliquées à cette modification. (Hérité de TextContentChangedEventArgs) |