TransformedCollection<TSourceCollection, TSourceElement, TTargetElement> 類別
提供項目之活動的轉換是可變動的來源集合的。
繼承階層架構
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<TTargetElement>
Microsoft.TeamFoundation.MVVM.TransformedCollection<TSourceCollection, TSourceElement, TTargetElement>
命名空間: Microsoft.TeamFoundation.MVVM
組件: Microsoft.TeamFoundation.Controls (在 Microsoft.TeamFoundation.Controls.dll 中)
語法
'宣告
Public Class TransformedCollection(Of TSourceCollection As {Class, Object, IEnumerable(Of TSourceElement), INotifyCollectionChanged}, TSourceElement, TTargetElement) _
Inherits ReadOnlyCollection(Of TTargetElement) _
Implements INotifyCollectionChanged, INotifyPropertyChanged, IWeakEventListener, IDisposable
public class TransformedCollection<TSourceCollection, TSourceElement, TTargetElement> : ReadOnlyCollection<TTargetElement>,
INotifyCollectionChanged, INotifyPropertyChanged, IWeakEventListener, IDisposable
where TSourceCollection : class, Object, IEnumerable<TSourceElement>, INotifyCollectionChanged
型別參數
- TSourceCollection
這個集合包含來源集合中的型別。
- TSourceElement
項目的型別在來源集合中的。
- TTargetElement
要進行轉換之項目的型別在這個集合中。
TransformedCollection<TSourceCollection, TSourceElement, TTargetElement> 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
TransformedCollection<TSourceCollection, TSourceElement, TTargetElement> |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
Count | 取得包含在 ReadOnlyCollection<T> 執行個體中的項目數目。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
Item | 取得位在指定索引處的元素。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
Items | 傳回 ReadOnlyCollection<T> 所包裝的 IList<T>。 (繼承自 ReadOnlyCollection<TTargetElement>)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Contains | 判斷某元素是否在 ReadOnlyCollection<T> 中。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
CopyTo | 從目標陣列之指定的索引開始,將整個 ReadOnlyCollection<T> 複製到相容的一維 Array。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
Dispose() | 卸除已轉換之集合中的所有項目,清除已轉換的集合,並停止接聽對來源集合的變更事件。 | |
Dispose(Boolean) | ||
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
Finalize | 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。 | |
GetEnumerator | 傳回在 ReadOnlyCollection<T> 中逐一查看的列舉值。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
IndexOf | 搜尋指定的物件,並傳回整個 ReadOnlyCollection<T> 中第一個相符項目之以零起始的索引。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
MemberwiseClone | 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。 | |
OnCollectionChanged | ||
OnPropertyChanged | ||
ReceiveWeakEvent | ||
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
CollectionChanged | 發生於集合變更時。 | |
PropertyChanged | ,當屬性變更時,就會發生。 |
回頁首
明確介面實作
名稱 | 說明 | |
---|---|---|
IWeakEventListener.ReceiveWeakEvent | ||
ICollection<T>.Add | 將項目加入至 ICollection<T>。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.Add | 將項目加入至 IList。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
ICollection<T>.Clear | 將所有項目從 ICollection<T> 移除。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.Clear | 將所有項目從 IList 移除。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.Contains | 判斷 IList 是否包含特定值。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
ICollection.CopyTo | 從特定的 Array 索引開始,複製 ICollection 項目至 Array。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IEnumerable.GetEnumerator | 傳回會逐一查看集合的列舉程式。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.IndexOf | 判斷 IList 中特定項目的索引。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList<T>.Insert | 將項目插入位於指定索引的 IList<T>。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.Insert | 將項目插入位於指定索引的 IList。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.IsFixedSize | 取得值,指出 IList 是否有固定的大小。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
ICollection<T>.IsReadOnly | 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.IsReadOnly | 取得值,指出 IList 是否唯讀。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
ICollection.IsSynchronized | 取得值,這個值表示對 ICollection 的存取是否同步 (安全執行緒)。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList<T>.Item | 取得或設定在指定索引的項目。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.Item | 取得或設定在指定索引的項目。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
ICollection<T>.Remove | 從 ICollection<T> 移除特定物件的第一個相符項目。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.Remove | 從 IList 移除特定物件之第一個符合的元素。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList<T>.RemoveAt | 移除指定之索引處的 IList<T> 項目。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
IList.RemoveAt | 移除指定之索引處的 IList 項目。這個實作永遠都會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<TTargetElement>)。 | |
ICollection.SyncRoot | 取得可用來同步存取 ICollection 的物件。 (繼承自 ReadOnlyCollection<TTargetElement>)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。