VpatIntIndexerItem Property

CVB.Net Documentation
Read/write a VPAT entry.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public int this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
index of the entry to be read or written

Return Value

Type: Int32
The VPAT table entry.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf index is out of range.
OverflowExceptionon a 64-bit platform, the value of an entry is too large or too small to represent as a 32-bit signed integer.
Remarks

Be careful when overwriting entries in the VPAT as it may lead to crashes in your application.
See Also

Reference