PreContentChangedEventArgs::Changes Property
Visual Studio 2015
Gets the collection of changes.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
public: property INormalizedTextChangeCollection^ Changes { [CompilerGeneratedAttribute] INormalizedTextChangeCollection^ get(); [CompilerGeneratedAttribute] private: void set(INormalizedTextChangeCollection^ value); }
Property Value
Type: Microsoft.VisualStudio.Text::INormalizedTextChangeCollection^the collection of changes.
Show: