SmartTagPropertyCollection

SmartTagPropertyCollection class

表示单元格智能标签的所有属性。

public class SmartTagPropertyCollection : CollectionBase<SmartTagProperty>

构造函数

姓名描述
SmartTagPropertyCollection()默认构造函数。

特性

姓名描述
Capacity { get; set; }
Count { get; }
Item { get; }得到一个SmartTagProperty对象. (2 indexers)
Item { get; set; }

方法

姓名描述
Add(string, string)添加单元格智能标签的属性。
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)

也可以看看