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.

TestMessageLogEntryCollection Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides a collection of test message log entries.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

System::Object
  System.Collections.ObjectModel::ReadOnlyCollection<T>
    System.Collections.ObjectModel::ReadOnlyObservableCollection<T>
      Microsoft.TeamFoundation.TestManagement.Client::TestMessageLogEntryCollection

public ref class TestMessageLogEntryCollection : ReadOnlyObservableCollection<ITestMessageLogEntry^>

NameDescription
System_CAPS_pubpropertyCount

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_pubpropertyItem[Int32]

(Inherited from ReadOnlyCollection<T>.)

System_CAPS_protpropertyItems

(Inherited from ReadOnlyCollection<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: