TextContentChangingEventArgs.BeforeVersion 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 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.