TextContentChangingEventArgs.BeforeVersion Property

Gets the ITextVersion associated with Before.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Text.ITextVersion
The ITextVersion associated with Before.

.NET Framework Security

See Also

Reference

TextContentChangingEventArgs Class

Microsoft.VisualStudio.Text Namespace