ITextImageVersion.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 ITextImageVersion. Returns null if and only if this is the most recent version of its ITextImage.
public:
property Microsoft::VisualStudio::Text::ITextImageVersion ^ Next { Microsoft::VisualStudio::Text::ITextImageVersion ^ get(); };
public Microsoft.VisualStudio.Text.ITextImageVersion Next { get; }
member this.Next : Microsoft.VisualStudio.Text.ITextImageVersion
Public ReadOnly Property Next As ITextImageVersion