TabletPropertyDescriptionCollection.Item Property
TabletPropertyDescriptionCollection.Item Property |
Gets or sets the packet property description at the index.
Definition
Visual Basic .NET Public Property Item As TabletPropertyDescription C# public TabletPropertyDescription Item { get; set; } Managed C++ public: __property TabletPropertyDescription* get_Item(
int *index);
public: __property void set_Item(TabletPropertyDescription*);
Property Value
Microsoft.Ink.TabletPropertyDescription. The packet property description at the specified index.
This property is read/write. This property has no default value.
Parameters
index System.Int32. The index of the packet property description.
Exceptions
ArgumentException : value is already in the collection
Remarks
An ArgumentOutOfRangeException is thrown if the index does not match an existing member of the TabletPropertyDescriptionCollection collection.
See Also