StylusDataBase.Item Property

StylusDataBase.Item Property

Gets the item specified by the index within the collection.

Definition

Visual Basic .NET Overridable Public Property Item As Integer
C# public virtual int Item { get; set; }
Managed C++ public: __property virtual int* get_Item(
int *index);
public: __property virtual void set_Item(int*);

Property Value

System.Int32.

This property is read/write. This property has no default value.

Parameters

index System.Int32. Index of the item in the array.

Exceptions

ArgumentOutOfRangeException Leave Site:
InvalidOperationException Leave Site: