ITextSnapshot::Version Property

 

The version of the ITextBuffer that this ITextSnapshot represents.

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

property ITextVersion^ Version {
	ITextVersion^ get();
}

This property always returns the same ITextVersion. The Changes property is initially null and becomes populated when it ceases to be the most recent version.

Return to top
Show: