TabletPropertyDescriptionCollection.Item 属性
获取或设置索引处的数据包属性说明。
命名空间: Microsoft.Ink
程序集: Microsoft.Ink(在 Microsoft.Ink.dll 中)
语法
声明
Public Property Item ( _
index As Integer _
) As TabletPropertyDescription
用法
Dim instance As TabletPropertyDescriptionCollection
Dim index As Integer
Dim value As TabletPropertyDescription
value = instance.Item(index)
instance.Item(index) = value
public TabletPropertyDescription Item[
int index
] { get; set; }
public:
property TabletPropertyDescription^ Item[int index] {
TabletPropertyDescription^ get (int index);
void set (int index, TabletPropertyDescription^ value);
}
/** @property */
public TabletPropertyDescription get_Item(
int index
)
/** @property */
public void set_Item(TabletPropertyDescription value)
JScript 不支持索引属性。
参数
- index
类型:System.Int32
数据包属性说明的索引。
属性值
类型:Microsoft.Ink.TabletPropertyDescription
指定索引处的数据包属性说明。
备注
如果 index 与 TabletPropertyDescriptionCollection 集合的现有成员不匹配,则会引发 ArgumentOutOfRangeException。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0
另请参见
参考
TabletPropertyDescriptionCollection 类