共用方式為


TextChangeEventArgs.Changes 屬性

定義

取得變更的範圍集合。

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)

屬性值

適用於