ITextVersion.Next 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.
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.