ITextVersion.Next Property

Definition

Gets the next ITextVersion. Returns null if and only if this is the most recent version of its text buffer.

public:
 property Microsoft::VisualStudio::Text::ITextVersion ^ Next { Microsoft::VisualStudio::Text::ITextVersion ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextVersion ^ Next { Microsoft::VisualStudio::Text::ITextVersion ^ get(); };
public Microsoft.VisualStudio.Text.ITextVersion Next { get; }
member this.Next : Microsoft.VisualStudio.Text.ITextVersion
Public ReadOnly Property Next As ITextVersion

Property Value

The next text version.

Remarks

This method returns null if and only if this is the most recent version of its text buffer.

Applies to