Merge.ConfigurableItems property

The read-only ConfigurableItems property of the Merge object returns a collection ConfigurableItem objects, each of which represents a single row from the ModuleConfiguration table. Semantically, each interface in the enumerator represents an item that can be configured by the module consumer. The collection is a read-only collection and implements the standard read-only collection interfaces of Item(), Count() and _NewEnum(). The IEnumMsmConfigItems enumerator implements Next(), Skip(), Reset(), and Clone() with the standard semantics.

This property is read-only.

Syntax

propVal = Merge.ConfigurableItems

Property value

C++

See get_ConfigurableItems function.

Requirements

Requirement Value
Version
Mergemod.dll 2.0 or later
Header
Mergemod.h
DLL
Mergemod.dll