IMsmConfigurableItem interface (mergemod.h)
The IMsmConfigurableItem interface manages a single row from the ModuleConfiguration table. This is a single configurable "attribute" from the module. The interface consists of read-only properties, one for each column in the ModuleConfiguration table.
Inheritance
The IMsmConfigurableItem interface inherits from the IDispatch interface. IMsmConfigurableItem also has these types of members:
Methods
The IMsmConfigurableItem interface has these methods.
IMsmConfigurableItem::get_Attributes The get_Attributes method retrieves the Attributes property of the ConfigurableItem object. |
IMsmConfigurableItem::get_Context The get_Context method retrieves the Context property of the ConfigurableItem object. |
IMsmConfigurableItem::get_DefaultValue The get_DefaultValue method retrieves the DefaultValue property of the ConfigurableItem object. |
IMsmConfigurableItem::get_Description The get_Description method retrieves the Description property of the ConfigurableItem object. |
IMsmConfigurableItem::get_DisplayName The get_DisplayName method retrieves the DisplayName property of the ConfigurableItem object. |
IMsmConfigurableItem::get_Format The get_Format method retrieves the Format property of the ConfigurableItem object. |
IMsmConfigurableItem::get_HelpKeyword The get_HelpKeyword method retrieves the HelpKeyword property of the ConfigurableItem object. |
IMsmConfigurableItem::get_HelpLocation The get_HelpLocation method retrieves the HelpLocation property of the ConfigurableItem object. |
IMsmConfigurableItem::get_Name The get_Name method retrieves the Name property of the ConfigurableItem object. |
IMsmConfigurableItem::get_Type The get_Type method retrieves the Type property of the ConfigurableItem object. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Mergemod.dll 2.0 or later |
Target Platform | Windows |
Header | mergemod.h |