CustomPropertyCollection

CustomPropertyCollection class

Eine Sammlung vonCustomProperty Objekte, die zusätzliche Informationen darstellen.

public class CustomPropertyCollection : CollectionBase<CustomProperty>

Eigenschaften

NameBeschreibung
Capacity { get; set; }
Count { get; }
Item { get; }Ruft die benutzerdefinierte Eigenschaft nach dem spezifischen Index ab. (2 indexers)
Item { get; set; }

Methoden

NameBeschreibung
Add(string, string)Fügt Informationen zu benutzerdefinierten Eigenschaften hinzu.
BinarySearch(CustomProperty)
BinarySearch(CustomProperty, IComparer<CustomProperty>)
BinarySearch(int, int, CustomProperty, IComparer<CustomProperty>)
Clear()
Contains(CustomProperty)
CopyTo(CustomProperty[])
CopyTo(CustomProperty[], int)
CopyTo(int, CustomProperty[], int, int)
Exists(Predicate<CustomProperty>)
Find(Predicate<CustomProperty>)
FindAll(Predicate<CustomProperty>)
FindIndex(Predicate<CustomProperty>)
FindIndex(int, Predicate<CustomProperty>)
FindIndex(int, int, Predicate<CustomProperty>)
FindLast(Predicate<CustomProperty>)
FindLastIndex(Predicate<CustomProperty>)
FindLastIndex(int, Predicate<CustomProperty>)
FindLastIndex(int, int, Predicate<CustomProperty>)
GetEnumerator()
IndexOf(CustomProperty)
IndexOf(CustomProperty, int)
IndexOf(CustomProperty, int, int)
LastIndexOf(CustomProperty)
LastIndexOf(CustomProperty, int)
LastIndexOf(CustomProperty, int, int)
RemoveAt(int)

Siehe auch