TestMessageLogEntryCollection 类

 

此 API 支持 产品 基础结构,不能在代码中直接使用。

提供测试消息日志项的集合。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

继承层次结构

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

语法

public class TestMessageLogEntryCollection : ReadOnlyObservableCollection<ITestMessageLogEntry>
public ref class TestMessageLogEntryCollection : ReadOnlyObservableCollection<ITestMessageLogEntry^>
type TestMessageLogEntryCollection = 
    class
        inherit ReadOnlyObservableCollection<ITestMessageLogEntry>
    end
Public Class TestMessageLogEntryCollection
    Inherits ReadOnlyObservableCollection(Of ITestMessageLogEntry)

属性

名称 说明
System_CAPS_pubproperty Count

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubproperty Item[Int32]

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_protproperty Items

(从 ReadOnlyCollection<T> 继承。)

方法

名称 说明
System_CAPS_pubmethod Contains(T)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubmethod CopyTo(T[], Int32)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubmethod Equals(Object)

(从 Object 继承。)

System_CAPS_protmethod Finalize()

(从 Object 继承。)

System_CAPS_pubmethod GetEnumerator()

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubmethod GetHashCode()

(从 Object 继承。)

System_CAPS_pubmethod GetType()

(从 Object 继承。)

System_CAPS_pubmethod IndexOf(T)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_protmethod MemberwiseClone()

(从 Object 继承。)

System_CAPS_protmethod OnCollectionChanged(NotifyCollectionChangedEventArgs)

(从 ReadOnlyObservableCollection<T> 继承。)

System_CAPS_protmethod OnPropertyChanged(PropertyChangedEventArgs)

(从 ReadOnlyObservableCollection<T> 继承。)

System_CAPS_pubmethod ToString()

(从 Object 继承。)

事件

名称 说明
System_CAPS_protevent CollectionChanged

(从 ReadOnlyObservableCollection<T> 继承。)

System_CAPS_protevent PropertyChanged

(从 ReadOnlyObservableCollection<T> 继承。)

显式接口实现

名称 说明
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection<T>.Add(T)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection<T>.Clear()

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection<T>.Remove(T)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList<T>.Insert(Int32, T)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList<T>.RemoveAt(Int32)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection.CopyTo(Array, Int32)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Add(Object)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Clear()

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Contains(Object)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.IndexOf(Object)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Insert(Int32, Object)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Remove(Object)

(从 ReadOnlyCollection<T> 继承。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.RemoveAt(Int32)

(从 ReadOnlyCollection<T> 继承。)

线程安全

此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

ReadOnlyObservableCollection<T>
ITestMessageLogEntry
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首