PreContentChangedEventArgs.Changes Property

Gets the collection of changes.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public Property Changes As INormalizedTextChangeCollection
public INormalizedTextChangeCollection Changes { get; private set; }
public:
property INormalizedTextChangeCollection^ Changes {
    INormalizedTextChangeCollection^ get ();
    private: void set (INormalizedTextChangeCollection^ value);
}
member Changes : INormalizedTextChangeCollection with get, private set
function get Changes () : INormalizedTextChangeCollection
private function set Changes (value : INormalizedTextChangeCollection)

Property Value

Type: Microsoft.VisualStudio.Text.INormalizedTextChangeCollection
the collection of changes.

.NET Framework Security

See Also

Reference

PreContentChangedEventArgs Class

Microsoft.VisualStudio.Text Namespace