Freigeben über


ProjectionSourceSpansChangedEventArgs.Before-Eigenschaft

Ruft den Zustand des IProjectionBuffer vor der Änderung ab.

Namespace:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Before As IProjectionSnapshot
public IProjectionSnapshot Before { get; }
public:
property IProjectionSnapshot^ Before {
    IProjectionSnapshot^ get ();
}
member Before : IProjectionSnapshot with get
function get Before () : IProjectionSnapshot

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot
Der Zustand des IProjectionBuffer vor der Änderung.

.NET Framework-Sicherheit

Siehe auch

Referenz

ProjectionSourceSpansChangedEventArgs Klasse

Microsoft.VisualStudio.Text.Projection-Namespace