Share via


TextChangeEventArgs.Changes Property

Definition

Gets the set of ranges for the change.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::Text::TextChangeRange> ^ Changes { System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::Text::TextChangeRange> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.Text.TextChangeRange> Changes { get; }
member this.Changes : System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.Text.TextChangeRange>
Public ReadOnly Property Changes As IReadOnlyList(Of TextChangeRange)

Property Value

Applies to