SmartTagPropertyCollection

SmartTagPropertyCollection class

Representa todas las propiedades de la etiqueta inteligente de celda.

public class SmartTagPropertyCollection : CollectionBase<SmartTagProperty>

Constructores

NombreDescripción
SmartTagPropertyCollection()Constructor predeterminado

Propiedades

NombreDescripción
Capacity { get; set; }
Count { get; }
Item { get; }Obtiene unSmartTagProperty objeto. (2 indexers)
Item { get; set; }

Métodos

NombreDescripción
Add(string, string)Agrega una propiedad de la etiqueta inteligente de la celda.
BinarySearch(SmartTagProperty)
BinarySearch(SmartTagProperty, IComparer<SmartTagProperty>)
BinarySearch(int, int, SmartTagProperty, IComparer<SmartTagProperty>)
Clear()
Contains(SmartTagProperty)
CopyTo(SmartTagProperty[])
CopyTo(SmartTagProperty[], int)
CopyTo(int, SmartTagProperty[], int, int)
Exists(Predicate<SmartTagProperty>)
Find(Predicate<SmartTagProperty>)
FindAll(Predicate<SmartTagProperty>)
FindIndex(Predicate<SmartTagProperty>)
FindIndex(int, Predicate<SmartTagProperty>)
FindIndex(int, int, Predicate<SmartTagProperty>)
FindLast(Predicate<SmartTagProperty>)
FindLastIndex(Predicate<SmartTagProperty>)
FindLastIndex(int, Predicate<SmartTagProperty>)
FindLastIndex(int, int, Predicate<SmartTagProperty>)
GetEnumerator()
IndexOf(SmartTagProperty)
IndexOf(SmartTagProperty, int)
IndexOf(SmartTagProperty, int, int)
LastIndexOf(SmartTagProperty)
LastIndexOf(SmartTagProperty, int)
LastIndexOf(SmartTagProperty, int, int)
RemoveAt(int)

Ver también