Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

System::Object
  System.Collections.ObjectModel::Collection<T>
    System.Collections.ObjectModel::ObservableCollection<T>
      Microsoft.TeamFoundation.TestManagement.Client::SessionPropertyCollection<T>

generic<typename T>
public ref class SessionPropertyCollection : ObservableCollection<T>

Type Parameters

T

NameDescription
System_CAPS_pubpropertyCount

(Inherited from Collection<T>.)

System_CAPS_pubpropertyItem[Int32]

(Inherited from Collection<T>.)

System_CAPS_protpropertyItems

(Inherited from Collection<T>.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: