ContextLinkBaseCollection 成员
包括受保护的成员
包括继承的成员
包括 .NET Framework 成员
包括 .NET Compact Framework 成员
包括 XNA Framework 成员
更新:2007 年 11 月
包含作为墨迹分析结果的 ContextLinkBase 对象的集合。
ContextLinkBaseCollection 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
Add | 将一个新 ContextLinkBase 对象添加到 ContextLinkBaseCollection,同时指示目标节点及其类型。 |
![]() |
Contains | 指示 ContextLinkBaseCollection 是否包含特定的 ContextLinkBase 对象。 |
![]() |
CopyTo | 从指定的目标数组索引处开始,将当前 ContextLinkBaseCollection 的所有元素复制到指定的一维数组中。 |
![]() |
Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) |
![]() |
Finalize | 允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (继承自 Object。) |
![]() |
GetEnumerator | 返回一个对象,该对象实现 IEnumerator 接口并可以循环访问 ContextLinkBaseCollection 中的 ContextLinkBase 对象。 |
![]() |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
IndexOf | 返回特定 ContextLinkBase 对象在 ContextLinkBaseCollection 中的索引。 |
![]() |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) |
![]() |
Remove | 从 ContextLinkBaseCollection 中移除 ContextLinkBase 对象。 |
![]() |
RemoveAt | 从 ContextLinkBaseCollection 的指定索引处移除 ContextLinkBase 对象。 |
![]() |
ToString | 返回表示当前 Object 的 String。 (继承自 Object。) |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Count | 获取 ContextLinkBaseCollection 中包含的 ContextLinkBase 对象的数目。 |
![]() |
IsSynchronized | 获取一个值,该值指示对 ContextLinkBaseCollection 的访问是否是同步的(线程安全的)。 |
![]() |
Item | 获取 ContextLinkBaseCollection 中指定索引处或者具有指定标识符的 ContextLinkBase 对象。 |
![]() |
SyncRoot | 返回一个对象,该对象可用于同步对此 ContextLinkBaseCollection 的访问。 |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | |
![]() ![]() |
IEnumerable.GetEnumerator |
页首