TabletPropertyDescriptionCollection 成员

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

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

更新:2007 年 11 月

包含 TabletPropertyDescription 对象的一个有序集合。

TabletPropertyDescriptionCollection 类型公开以下成员。

构造函数

  名称 说明
ms552730.pubmethod(zh-cn,VS.90).gif TabletPropertyDescriptionCollection 已重载。 初始化 TabletPropertyDescriptionCollection 集合的新实例。

页首

方法

  名称 说明
ms552730.pubmethod(zh-cn,VS.90).gif Add TabletPropertyDescription 对象添加到 TabletPropertyDescriptionCollection 集合的末尾。
ms552730.pubmethod(zh-cn,VS.90).gif Clear CollectionBase 实例移除所有对象。不能重写此方法。 (继承自 CollectionBase。)
ms552730.pubmethod(zh-cn,VS.90).gif Equals 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
ms552730.protmethod(zh-cn,VS.90).gif Finalize 允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
ms552730.pubmethod(zh-cn,VS.90).gif GetEnumerator 返回循环访问 CollectionBase 实例的枚举数。 (继承自 CollectionBase。)
ms552730.pubmethod(zh-cn,VS.90).gif GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
ms552730.pubmethod(zh-cn,VS.90).gif GetType 获取当前实例的 Type。 (继承自 Object。)
ms552730.protmethod(zh-cn,VS.90).gif MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
ms552730.protmethod(zh-cn,VS.90).gif OnClear 当清除 CollectionBase 实例的内容时执行其他自定义进程。 (继承自 CollectionBase。)
ms552730.protmethod(zh-cn,VS.90).gif OnClearComplete 在清除 CollectionBase 实例的内容之后执行其他自定义进程。 (继承自 CollectionBase。)
ms552730.protmethod(zh-cn,VS.90).gif OnInsert 在向 CollectionBase 实例中插入新元素之前执行其他自定义进程。 (继承自 CollectionBase。)
ms552730.protmethod(zh-cn,VS.90).gif OnInsertComplete 在向 CollectionBase 实例中插入新元素之后执行其他自定义进程。 (继承自 CollectionBase。)
ms552730.protmethod(zh-cn,VS.90).gif OnRemove 当从 CollectionBase 实例移除元素时执行其他自定义进程。 (继承自 CollectionBase。)
ms552730.protmethod(zh-cn,VS.90).gif OnRemoveComplete 在从 CollectionBase 实例中移除元素之后执行其他自定义进程。 (继承自 CollectionBase。)
ms552730.protmethod(zh-cn,VS.90).gif OnSet 当在 CollectionBase 实例中设置值之前执行其他自定义进程。 (继承自 CollectionBase。)
ms552730.protmethod(zh-cn,VS.90).gif OnSetComplete 当在 CollectionBase 实例中设置值后执行其他自定义进程。 (继承自 CollectionBase。)
ms552730.protmethod(zh-cn,VS.90).gif OnValidate 当验证值时执行其他自定义进程。 (继承自 CollectionBase。)
ms552730.pubmethod(zh-cn,VS.90).gif Remove TabletPropertyDescriptionCollection 集合移除指定的 TabletPropertyDescription 对象。
ms552730.pubmethod(zh-cn,VS.90).gif RemoveAt 移除 CollectionBase 实例的指定索引处的元素。此方法不可重写。 (继承自 CollectionBase。)
ms552730.pubmethod(zh-cn,VS.90).gif ToString 返回表示当前 ObjectString。 (继承自 Object。)

页首

属性

  名称 说明
ms552730.pubproperty(zh-cn,VS.90).gif Capacity 获取或设置 CollectionBase 可包含的元素数。 (继承自 CollectionBase。)
ms552730.pubproperty(zh-cn,VS.90).gif Count 获取包含在 CollectionBase 实例中的元素数。不能重写此属性。 (继承自 CollectionBase。)
ms552730.pubproperty(zh-cn,VS.90).gif InkToDeviceScaleX 获取从墨迹空间数字化仪 的水平轴坐标转换系数。
ms552730.pubproperty(zh-cn,VS.90).gif InkToDeviceScaleY 获取从墨迹空间数字化仪 的垂直轴坐标转换系数。
ms552730.protproperty(zh-cn,VS.90).gif InnerList 获取一个 ArrayList,它包含 CollectionBase 实例中元素的列表。 (继承自 CollectionBase。)
ms552730.pubproperty(zh-cn,VS.90).gif Item 获取或设置索引处的数据包属性说明。
ms552730.protproperty(zh-cn,VS.90).gif List 获取一个 IList,它包含 CollectionBase 实例中元素的列表。 (继承自 CollectionBase。)

页首

显式接口实现

  名称 说明
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privmethod(zh-cn,VS.90).gif IList.Add 将对象添加到 CollectionBase 的结尾处。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privmethod(zh-cn,VS.90).gif IList.Contains 确定 CollectionBase 是否包含特定元素。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privmethod(zh-cn,VS.90).gif ICollection.CopyTo 从目标数组的指定索引处开始将整个 CollectionBase 复制到兼容的一维 Array。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privmethod(zh-cn,VS.90).gif IList.IndexOf 搜索指定的 Object,并返回整个 CollectionBase 中第一个匹配项的从零开始的索引。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privmethod(zh-cn,VS.90).gif IList.Insert 将元素插入 CollectionBase 的指定索引处。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privproperty(zh-cn,VS.90).gif IList.IsFixedSize 获取一个值,该值指示 CollectionBase 是否具有固定大小。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privproperty(zh-cn,VS.90).gif IList.IsReadOnly 获取一个值,该值指示 CollectionBase 是否为只读。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privproperty(zh-cn,VS.90).gif ICollection.IsSynchronized 获取一个值,该值指示是否同步对 CollectionBase 的访问(线程安全)。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privproperty(zh-cn,VS.90).gif IList.Item 获取或设置指定索引处的元素。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privmethod(zh-cn,VS.90).gif IList.Remove CollectionBase 中移除特定对象的第一个匹配项。 (继承自 CollectionBase。)
ms552730.pubinterface(zh-cn,VS.90).gifms552730.privproperty(zh-cn,VS.90).gif ICollection.SyncRoot 获取可用于同步 CollectionBase 访问的对象。 (继承自 CollectionBase。)

页首

另请参见

参考

TabletPropertyDescriptionCollection 类

Microsoft.Ink 命名空间