ContextLinkCollection 成员

包括受保护的成员
包括继承的成员

包括 .NET Framework 成员
包括 .NET Compact Framework 成员
包括 XNA Framework 成员

更新:2007 年 11 月

包含 ContextLink 对象的集合。

ContextLinkCollection 类型公开以下成员。

方法

  名称 说明
ms610379.pubmethod(zh-cn,VS.90).gif Add 将一个新 ContextLink 对象添加到 ContextLinkCollection,以指示目标节点及其方向。
ms610379.pubmethod(zh-cn,VS.90).gif Contains 指示 ContextLinkCollection 是否包含特定的 ContextLink 对象。
ms610379.pubmethod(zh-cn,VS.90).gif CopyTo 从指定的目标数组索引处开始,将当前 ContextLinkCollection 的所有元素复制到指定的一维数组中。
ms610379.pubmethod(zh-cn,VS.90).gif Equals 确定指定的 ContextLinkCollection 是否等于当前的 ContextLinkCollection。 (重写 Object.Equals(Object)。)
ms610379.protmethod(zh-cn,VS.90).gif Finalize 允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
ms610379.pubmethod(zh-cn,VS.90).gif GetEnumerator 返回一个对象,该对象实现 [Systems.Collections.IEnumerator] 接口并可以循环访问 ContextLinkCollection 中的 ContextLink 对象。
ms610379.pubmethod(zh-cn,VS.90).gif GetHashCode 获取 ContextLinkCollection 实例的哈希代码。 (重写 Object.GetHashCode()。)
ms610379.pubmethod(zh-cn,VS.90).gif GetType 获取当前实例的 Type。 (继承自 Object。)
ms610379.pubmethod(zh-cn,VS.90).gif IndexOf 返回特定 ContextLink 对象在 ContextLinkCollection 中的索引。
ms610379.protmethod(zh-cn,VS.90).gif MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
ms610379.pubmethod(zh-cn,VS.90).gif Remove ContextLinkCollection 中移除 ContextLink 对象。
ms610379.pubmethod(zh-cn,VS.90).gif RemoveAt ContextLinkCollection 中移除位于指定位置的 ContextLink
ms610379.pubmethod(zh-cn,VS.90).gif ToString 返回表示当前 ObjectString。 (继承自 Object。)

页首

运算符

  名称 说明
ms610379.puboperator(zh-cn,VS.90).gifms610379.static(zh-cn,VS.90).gif Equality 确定两个指定的 ContextLinkCollection 对象是否具有相同的值。
ms610379.puboperator(zh-cn,VS.90).gifms610379.static(zh-cn,VS.90).gif Inequality 确定两个指定的 ContextLinkCollection 对象是否具有不同的值。

页首

属性

  名称 说明
ms610379.pubproperty(zh-cn,VS.90).gif Count 获取 ContextLinkCollection 中包含的 ContextLink 对象的数目。
ms610379.pubproperty(zh-cn,VS.90).gif IsSynchronized 获取一个值,该值指示对 ContextLinkCollection 的访问是否是同步的(线程安全的)。
ms610379.pubproperty(zh-cn,VS.90).gif Item 获取 ContextLinkCollection 中指定索引处的 ContextLink 对象。
ms610379.pubproperty(zh-cn,VS.90).gif SyncRoot 返回一个对象,该对象可用于同步对 ContextLinkCollection 的访问。

页首

显式接口实现

  名称 说明
ms610379.pubinterface(zh-cn,VS.90).gifms610379.privmethod(zh-cn,VS.90).gif ICollection.CopyTo
ms610379.pubinterface(zh-cn,VS.90).gifms610379.privmethod(zh-cn,VS.90).gif IEnumerable.GetEnumerator

页首

另请参见

参考

ContextLinkCollection 类

System.Windows.Ink 命名空间