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 | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollection instance. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
Item | Belirtilen dizindeki öğeyi alır. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
Items | Returns the IList that the ReadOnlyCollection wraps. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) |
Üst
Yöntemler
Ad | Açıklama | |
---|---|---|
Contains | Determines whether an element is in the ReadOnlyCollection. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
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ı.) | |
Equals | Determines whether the specified object is equal to the current object. (Object kaynağından devralındı.) | |
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ı.) | |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
GetHashCode | Serves as the default hash function. (Object kaynağından devralındı.) | |
GetType | Gets the Type of the current instance. (Object kaynağından devralındı.) | |
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ı.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Object kaynağından devralındı.) | |
OnCollectionChanged | Harekete geçiren CollectionChanged sağlanan bağımsız değişkenler kullanılarak olay. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
OnPropertyChanged | Harekete geçiren PropertyChanged sağlanan bağımsız değişkenler kullanılarak olay. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
ToString | Returns a string that represents the current object. (Object kaynağından devralındı.) |
Üst
Olaylar
Ad | Açıklama | |
---|---|---|
CollectionChanged | Bir öğe eklendiğinde veya kaldırıldığında oluşur. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
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 | |
---|---|---|
System#Collections#Generic#ICollection{T}#Add | Adds an item to the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
System#Collections#IList#Add | Adds an item to the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
System#Collections#Generic#ICollection{T}#Clear | Removes all items from the ICollection.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
System#Collections#IList#Clear | Removes all items from the IList.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
System#Collections#Specialized#INotifyCollectionChanged#CollectionChanged | Koleksiyon her değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
System#Collections#IList#Contains | Determines whether the IList contains a specific value. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
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ı.) | |
System#Collections#IEnumerable#GetEnumerator | Returns an enumerator that iterates through a collection. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
System#Collections#IList#IndexOf | Determines the index of a specific item in the IList. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
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ı.) | |
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ı.) | |
System#Collections#IList#IsFixedSize | Gets a value indicating whether the IList has a fixed size. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
System#Collections#Generic#ICollection{T}#IsReadOnly | Gets a value indicating whether the ICollection is read-only. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
System#Collections#IList#IsReadOnly | Gets a value indicating whether the IList is read-only. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
System#Collections#ICollection#IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
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ı.) | |
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ı.) | |
System#ComponentModel#INotifyPropertyChanged#PropertyChanged | Özellik değeri değiştiğinde gerçekleşir. (ReadOnlyObservableCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
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ı.) | |
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ı.) | |
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ı.) | |
System#Collections#IList#RemoveAt | Removes the IList item at the specified index.This implementation always throws NotSupportedException. (ReadOnlyCollection<ITestMessageLogEntry> kaynağından devralındı.) | |
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.