ITextSnapshot.Version 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.
The version of the ITextBuffer that this ITextSnapshot represents.
public:
property Microsoft::VisualStudio::Text::ITextVersion ^ Version { Microsoft::VisualStudio::Text::ITextVersion ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextVersion ^ Version { Microsoft::VisualStudio::Text::ITextVersion ^ get(); };
public Microsoft.VisualStudio.Text.ITextVersion Version { get; }
member this.Version : Microsoft.VisualStudio.Text.ITextVersion
Public ReadOnly Property Version As ITextVersion
Property Value
The ITextVersion.
Remarks
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.