PreContentChangedEventArgs.Changes 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 collection of changes.
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 collection of changes.