'Declaration
Public Function CreateMapping( _ ByVal source As StringTable, _ ByVal updateTable As Boolean _ ) As UShort()
'Usage
Dim instance As StringTable Dim source As StringTable Dim updateTable As Boolean Dim value() As UShort value = instance.CreateMapping(source, updateTable)
public ushort[] CreateMapping( StringTable source, bool updateTable )
public: array<ushort>^ CreateMapping( StringTable^ source, bool updateTable )
Parameters
- source
- The string table to map.
- updateTable
- if set to
true
if missing URIs should be added to the current tables.
Return Value
A list of indexes in the current table.