Share via


TextSnapshotChangedEventArgs.AfterVersion Property

Gets the ITextVersionn associated with After.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Text.ITextVersion
The ITextVersionn associated with After.

.NET Framework Security

See Also

Reference

TextSnapshotChangedEventArgs Class

Microsoft.VisualStudio.Text Namespace