The ConfigurableItem object represents a single row from the ModuleConfiguration table. This is a single configurable "attribute" from the module. The interface consists read-only properties, one for each column in the ModuleConfiguration table. The Interface definition is as follows.
Methods
The ConfigurableItem object does not define any methods.
Properties
The ConfigurableItem object defines the following properties.
Property | Access type | Description |
---|---|---|
Read-only | Returns the value in the Attributes field of this object's record in the ModuleConfiguration table. |
|
Read-only | Returns the value in the Context field of this object's record in the ModuleConfiguration table. |
|
Read-only | Returns the value in the DefaultValue field of this object's record in the ModuleConfiguration table. |
|
Read-only | Returns the value in the Description field of this object's record in the ModuleConfiguration table. |
|
Read-only | Returns the value in the DisplayName field of this object's record in the ModuleConfiguration table. |
|
Read-only | Returns the value in the Format field of this object's record in the ModuleConfiguration table. |
|
Read-only | Returns the value in the HelpKeyword field of this object's record in the ModuleConfiguration table. |
|
Read-only | Returns the value in the HelpLocation field of this object's record in the ModuleConfiguration table. |
|
Read-only | Returns the value in the Name field of this object's record in the ModuleConfiguration table. |
|
Read-only | Returns the value in the Type field of this object's record in the ModuleConfiguration table. |
C++
interface IMsmConfigurableItem : IDispatch
Interface ID
Constant | Value |
---|---|
IID_IMsmConfigurableItem | {4D6E6284-D21D-401E-84F6-909E00B50F71} |
Requirements
Version | Mergemod.dll 2.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.