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(); };

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