This method adds a new
item to the collection.
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Add(
string Item,
ITEMATTRIBUTE Flag,
out UDItem UDItem
)
Public Sub Add (
Item As String,
Flag As ITEMATTRIBUTE,
<OutAttribute> ByRef UDItem As UDItem
)
public:
void Add(
[InAttribute] String^ Item,
[InAttribute] ITEMATTRIBUTE Flag,
[OutAttribute] UDItem^% UDItem
)
Parameters
- Item
- Type: SystemString
- Flag
- Type: OmniPageCSDK.IproPlusITEMATTRIBUTE
- UDItem
- Type: OmniPageCSDK.IproPlusUDItem
Remarks
The Flag parameter defines whether the new
UDItem is a literal string or a regular expression.
If the new item is a literal, it is inserted into the existing list in alphabetical order. If the new item is a regular
expression, it is appended to the end of the current collection. The number of
UDItem objects
in not limited, but the length of inserted literals is limited to (
MAXUDITEMLEN - 1),
currently 63 characters. This method returns a reference to the added user dictionary
item.
See Also