VpatLongIndexerItem 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 long this[
	int index
] { get; set; }

Parameters

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

Return Value

Type: Int64
The VPAT table entry.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf index is out of range.
OverflowExceptionOn a 32-bit platform, value is too large or too small to represent as an IntPtr.
Remarks

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

Reference