TextSnapshotChangedEventArgs.AfterVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.