ITextVersion.Changes Property

Definition

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

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

Property Value

The text changes.

Remarks

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

Applies to