TextSnapshotChangedEventArgs.AfterVersion Property

Definition

Gets the ITextVersionn associated with After.

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

Property Value

The ITextVersionn associated with After.

Applies to