TestMessageLogEntryCollection Sınıf

Bu API, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

İleti kütüğü girişlerini test topluluğu sağlar.

Devralma Hiyerarşisi

Object
  ReadOnlyCollection<ITestMessageLogEntry>
    ReadOnlyObservableCollection<ITestMessageLogEntry>
      Microsoft.TeamFoundation.TestManagement.Client.TestMessageLogEntryCollection

Ad alanı:  Microsoft.TeamFoundation.TestManagement.Client
Derleme:  Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll içinde)

Sözdizimi

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

TestMessageLogEntryCollection türü aşağıdaki üyeleri ortaya koyar.

Özellikler

  Ad Açıklama
Genel özellik Count Gets the number of elements contained in the ReadOnlyCollection instance. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Genel özellik Item Belirtilen dizindeki öğeyi alır. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Korumalı özellik Items Returns the IList that the ReadOnlyCollection wraps. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)

Üst

Yöntemler

  Ad Açıklama
Genel yöntem Contains Determines whether an element is in the ReadOnlyCollection. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Genel yöntem CopyTo Copies the entire ReadOnlyCollection to a compatible one-dimensional Array, starting at the specified index of the target array. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Genel yöntem Equals Determines whether the specified object is equal to the current object. (Object kaynağından devralındı.)
Korumalı yöntem Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Object kaynağından devralındı.)
Genel yöntem GetEnumerator Returns an enumerator that iterates through the ReadOnlyCollection. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Genel yöntem GetHashCode Serves as the default hash function. (Object kaynağından devralındı.)
Genel yöntem GetType Gets the Type of the current instance. (Object kaynağından devralındı.)
Genel yöntem IndexOf Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Korumalı yöntem MemberwiseClone Creates a shallow copy of the current Object. (Object kaynağından devralındı.)
Korumalı yöntem OnCollectionChanged Harekete geçiren CollectionChanged sağlanan bağımsız değişkenler kullanılarak olay. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.)
Korumalı yöntem OnPropertyChanged Harekete geçiren PropertyChanged sağlanan bağımsız değişkenler kullanılarak olay. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.)
Genel yöntem ToString Returns a string that represents the current object. (Object kaynağından devralındı.)

Üst

Olaylar

  Ad Açıklama
Korumalı olay CollectionChanged Bir öğe eklendiğinde veya kaldırıldığında oluşur. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.)
Korumalı olay PropertyChanged Özellik değeri değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.)

Üst

Açık Arabirim Uygulamaları

  Ad Açıklama
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#ICollection{T}#Add Adds an item to the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Add Adds an item to the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#ICollection{T}#Clear Removes all items from the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Clear Removes all items from the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel olay System#Collections#Specialized#INotifyCollectionChanged#CollectionChanged Koleksiyon her değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Contains Determines whether the IList contains a specific value. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#ICollection#CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IEnumerable#GetEnumerator Returns an enumerator that iterates through a collection. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#IndexOf Determines the index of a specific item in the IList. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#IList{T}#Insert Inserts an item to the IList at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Insert Inserts an item to the IList at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#IList#IsFixedSize Gets a value indicating whether the IList has a fixed size. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#Generic#ICollection{T}#IsReadOnly Gets a value indicating whether the ICollection is read-only. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#IList#IsReadOnly Gets a value indicating whether the IList is read-only. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#ICollection#IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#Generic#IList{T}#Item Belirtilen dizindeki öğeyi alır.An NotSupportedException occurs if you try to set the item at the specified index. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#IList#Item Belirtilen dizindeki öğeyi alır.A NotSupportedException occurs if you try to set the item at the specified index. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel olay System#ComponentModel#INotifyPropertyChanged#PropertyChanged Özellik değeri değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#ICollection{T}#Remove Removes the first occurrence of a specific object from the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#Remove Removes the first occurrence of a specific object from the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#Generic#IList{T}#RemoveAt Removes the IList item at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel yöntem System#Collections#IList#RemoveAt Removes the IList item at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)
Açık arabirim uygulamasıÖzel özellik System#Collections#ICollection#SyncRoot Gets an object that can be used to synchronize access to the ICollection. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.)

Üst

İş Parçacığı Güvenliği

Bu türün tüm genel statik (Visual Basic'te Shared) üyeleri iş parçacığı açısından güvenlidir. Hiçbir örnek üyesinin iş parçacığı açısından güvenliği garanti edilemez.

Ayrıca bkz.

Başvuru

Microsoft.TeamFoundation.TestManagement.Client Ad Alanı

ReadOnlyObservableCollection

ITestMessageLogEntry