LinkLabel.LinkCollection 成员

表示 LinkLabel 控件内链接的集合。

下表列出了由 LinkLabel.LinkCollection 类型公开的成员。

公共构造函数

  名称 说明
Public method LinkLabel.LinkCollection 初始化 LinkLabel.LinkCollection 类的新实例。

页首

公共属性

  名称 说明
Public property Count 获取集合中链接的数目。
Public property IsReadOnly 获取一个值,该值指示此集合是否为只读。
Public property Item 已重载。获取集合中的项。
Public property LinksAdded 获取一个值,该值指示链接是否已添加到 LinkLabel.LinkCollection 中。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Add 已重载。 向集合添加链接。
Public method Clear 清除集合中的所有链接。
Public method Contains 确定指定链接是否位于集合内。
Public method ContainsKey 返回一个值,该值指示集合是否包含具有指定键的链接。
Public method Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method GetEnumerator 返回要用来循环访问链接集合的枚举数。
Public method GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method IndexOf 返回集合内指定链接的索引。
Public method IndexOfKey 检索指定键在整个集合中的第一个匹配项的从零开始的索引。
Public method Static ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Remove 从集合中移除指定的链接。
Public method RemoveAt 移除集合内指定位置处的链接。
Public method RemoveByKey 移除具有指定键的链接。
Public method ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

显式接口实现

  名称 说明
Explicit interface implementation Method System.Collections.ICollection.CopyTo 有关此成员的说明,请参见 ICollection.CopyTo
Explicit interface implementation Method System.Collections.IList.Add 有关此成员的说明,请参见 IList.Add
Explicit interface implementation Method System.Collections.IList.Contains 有关此成员的说明,请参见 IList.Contains
Explicit interface implementation Method System.Collections.IList.IndexOf 有关此成员的说明,请参见 IList.IndexOf
Explicit interface implementation Method System.Collections.IList.Insert 有关此成员的说明,请参见 IList.Insert
Explicit interface implementation Method System.Collections.IList.Remove 有关此成员的说明,请参见 IList.Remove
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized 有关此成员的说明,请参见 ICollection.IsSynchronized
Explicit interface implementation Property System.Collections.ICollection.SyncRoot 有关此成员的说明,请参见 ICollection.SyncRoot
Explicit interface implementation Property System.Collections.IList.IsFixedSize 有关此成员的说明,请参见 IList.IsFixedSize
Explicit interface implementation Property System.Collections.IList.Item 有关此成员的说明,请参见 IList.Item

页首

请参见

参考

LinkLabel.LinkCollection 类
System.Windows.Forms 命名空间