注释存储、书签,或者是会话属性的任意集合的集合。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<T>
语法
public class SessionPropertyCollection<T> : ObservableCollection<T>
generic<typename T>
public ref class SessionPropertyCollection : ObservableCollection<T>
type SessionPropertyCollection<'T> =
class
inherit ObservableCollection<'T>
end
Public Class SessionPropertyCollection(Of T)
Inherits ObservableCollection(Of T)
类型参数
- T
构造函数
| 名称 | 说明 | |
|---|---|---|
![]() |
SessionPropertyCollection<T>() |
属性
| 名称 | 说明 | |
|---|---|---|
![]() |
Count | (从 Collection<T> 继承。) |
![]() |
Item[Int32] | (从 Collection<T> 继承。) |
![]() |
Items | (从 Collection<T> 继承。) |
方法
| 名称 | 说明 | |
|---|---|---|
![]() |
Add(T) | (从 Collection<T> 继承。) |
![]() |
BlockReentrancy() | (从 ObservableCollection<T> 继承。) |
![]() |
CheckReentrancy() | (从 ObservableCollection<T> 继承。) |
![]() |
Clear() | (从 Collection<T> 继承。) |
![]() |
ClearItems() | |
![]() |
Contains(T) | (从 Collection<T> 继承。) |
![]() |
CopyTo(T[], Int32) | (从 Collection<T> 继承。) |
![]() |
Equals(Object) | (从 Object 继承。) |
![]() |
Finalize() | (从 Object 继承。) |
![]() |
GetEnumerator() | (从 Collection<T> 继承。) |
![]() |
GetHashCode() | (从 Object 继承。) |
![]() |
GetType() | (从 Object 继承。) |
![]() |
IndexOf(T) | (从 Collection<T> 继承。) |
![]() |
Insert(Int32, T) | (从 Collection<T> 继承。) |
![]() |
InsertItem(Int32, T) | |
![]() |
MemberwiseClone() | (从 Object 继承。) |
![]() |
Move(Int32, Int32) | (从 ObservableCollection<T> 继承。) |
![]() |
MoveItem(Int32, Int32) | (从 ObservableCollection<T> 继承。) |
![]() |
OnCollectionChanged(NotifyCollectionChangedEventArgs) | (从 ObservableCollection<T> 继承。) |
![]() |
OnPropertyChanged(PropertyChangedEventArgs) | (从 ObservableCollection<T> 继承。) |
![]() |
Remove(T) | (从 Collection<T> 继承。) |
![]() |
RemoveAt(Int32) | (从 Collection<T> 继承。) |
![]() |
RemoveItem(Int32) | |
![]() |
SetItem(Int32, T) | (从 ObservableCollection<T> 继承。) |
![]() |
ToString() | (从 Object 继承。) |
事件
| 名称 | 说明 | |
|---|---|---|
![]() |
CollectionChanged | (从 ObservableCollection<T> 继承。) |
![]() |
PropertyChanged | (从 ObservableCollection<T> 继承。) |
显式接口实现
| 名称 | 说明 | |
|---|---|---|
![]() ![]() |
ICollection.CopyTo(Array, Int32) | (从 Collection<T> 继承。) |
![]() ![]() |
IEnumerable.GetEnumerator() | (从 Collection<T> 继承。) |
![]() ![]() |
IList.Add(Object) | (从 Collection<T> 继承。) |
![]() ![]() |
IList.Contains(Object) | (从 Collection<T> 继承。) |
![]() ![]() |
IList.IndexOf(Object) | (从 Collection<T> 继承。) |
![]() ![]() |
IList.Insert(Int32, Object) | (从 Collection<T> 继承。) |
![]() ![]() |
IList.Remove(Object) | (从 Collection<T> 继承。) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首
.gif)
.jpeg)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)