This method is used to force a refresh of the key map. This is necessary in cases where the key mappings to the API objects change. This can happen when the index of an item within a collection is reflected in the key name, and an item is removed from the middle of a collection.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Sub ForceRebuildKeyMap() |
| C# | |
|---|
public void ForceRebuildKeyMap() |
| C++/CLI | |
|---|
public:
void ForceRebuildKeyMap(); |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also