SessionPropertyCollection<T> Class
Collection to store notes, bookmarks, or any collection that is a property of the session.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<T>
Syntax
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)
Type Parameters
- T
Constructors
Name | Description | |
---|---|---|
SessionPropertyCollection<T>() |
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<T>.) |
|
Item[Int32] | (Inherited from Collection<T>.) |
|
Items | (Inherited from Collection<T>.) |
Methods
Events
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from ObservableCollection<T>.) |
|
PropertyChanged | (Inherited from ObservableCollection<T>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo(Array, Int32) | (Inherited from Collection<T>.) |
|
IEnumerable.GetEnumerator() | (Inherited from Collection<T>.) |
|
IList.Add(Object) | (Inherited from Collection<T>.) |
|
IList.Contains(Object) | (Inherited from Collection<T>.) |
|
IList.IndexOf(Object) | (Inherited from Collection<T>.) |
|
IList.Insert(Int32, Object) | (Inherited from Collection<T>.) |
|
IList.Remove(Object) | (Inherited from Collection<T>.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top