ITextSnapshot.Version Property

Definition

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.

Applies to