spiegel-keyman/windows/docs/engine/api/IKeymanCollection/Refresh.md
2024-10-31 10:17:54 +07:00

529 B

title
IKeymanCollection::Refresh() Method

Introduction

The IKeymanCollection::Refresh() method refreshes the collection. All existing elements in the collection are invalidated, even if nothing has changed.

Generally, it is better to call the top-level IKeyman::Refresh as that will ensure that the Keyman API snapshot is internally consistent. See IKeyman::Refresh for more information on Keyman API snapshots.

Specification

void Refresh(void)