TextSnapshotChangedEventArgs.BeforeVersion Property

Definition

Gets the ITextVersion associated with Before.

public:
 property Microsoft::VisualStudio::Text::ITextVersion ^ BeforeVersion { Microsoft::VisualStudio::Text::ITextVersion ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextVersion ^ BeforeVersion { Microsoft::VisualStudio::Text::ITextVersion ^ get(); };
public Microsoft.VisualStudio.Text.ITextVersion BeforeVersion { get; }
member this.BeforeVersion : Microsoft.VisualStudio.Text.ITextVersion
Public ReadOnly Property BeforeVersion As ITextVersion

Property Value

The ITextVersion associated with Before.

Applies to