TextContentChangingEventArgs::BeforeVersion Property

 

Gets the ITextVersion associated with Before.

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

public:
property ITextVersion^ BeforeVersion {
	ITextVersion^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextVersion^

The ITextVersion associated with Before.

Return to top
Show: