INormalizedTextChangeCollection 介面
ITextChange 物件的標準化清單。 變更是根據位置依遞增順序加以排序,而相接或重疊的變更則會合併為單一變更。
命名空間: Microsoft.VisualStudio.Text
組件: Microsoft.VisualStudio.Text.Data (在 Microsoft.VisualStudio.Text.Data.dll 中)
語法
'宣告
Public Interface INormalizedTextChangeCollection _
Inherits IList(Of ITextChange), ICollection(Of ITextChange), _
IEnumerable(Of ITextChange), IEnumerable
public interface INormalizedTextChangeCollection : IList<ITextChange>,
ICollection<ITextChange>, IEnumerable<ITextChange>, IEnumerable
public interface class INormalizedTextChangeCollection : IList<ITextChange^>,
ICollection<ITextChange^>, IEnumerable<ITextChange^>, IEnumerable
type INormalizedTextChangeCollection =
interface
interface IList<ITextChange>
interface ICollection<ITextChange>
interface IEnumerable<ITextChange>
interface IEnumerable
end
public interface INormalizedTextChangeCollection extends IList<ITextChange>, ICollection<ITextChange>, IEnumerable<ITextChange>, IEnumerable
INormalizedTextChangeCollection 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Count | 取得 ICollection 中所包含的元素數。 (繼承自 ICollection<ITextChange>)。 | |
IncludesLineChanges | 判斷此清單中是否有任何 ITextChange 物件具有非零的 LineCountDelta。 | |
IsReadOnly | 取得值,指出 ICollection 是否唯讀。 (繼承自 ICollection<ITextChange>)。 | |
Item | 取得或設定指定之索引處的項目。 (繼承自 IList<ITextChange>)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Add | 將項目加入至 ICollection。 (繼承自 ICollection<ITextChange>)。 | |
Clear | 將所有項目從 ICollection 移除。 (繼承自 ICollection<ITextChange>)。 | |
Contains | 判斷 ICollection 是否包含特定值。 (繼承自 ICollection<ITextChange>)。 | |
CopyTo | 從特定的 Array 索引開始,複製 ICollection 項目至 Array。 (繼承自 ICollection<ITextChange>)。 | |
GetEnumerator | 傳回逐一查看集合的列舉值。 (繼承自 IEnumerable<ITextChange>)。 | |
IndexOf | 判斷 IList 中特定項目的索引。 (繼承自 IList<ITextChange>)。 | |
Insert | 將項目插入位於指定索引的 IList。 (繼承自 IList<ITextChange>)。 | |
Remove | 從 ICollection 移除特定物件的第一個相符項目。 (繼承自 ICollection<ITextChange>)。 | |
RemoveAt | 移除指定之索引處的 IList 項目。 (繼承自 IList<ITextChange>)。 |
回頁首
備註
INormalizedTextChangeCollection 物件是不變的。
這個集合用於Changes。