ConfigurableItem Object

Windows Installer

ConfigurableItem Object

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

Attributes

Read-only

Returns the value in the Attributes field of this object's record in the ModuleConfiguration table.

Context

Read-only

Returns the value in the Context field of this object's record in the ModuleConfiguration table.

DefaultValue

Read-only

Returns the value in the DefaultValue field of this object's record in the ModuleConfiguration table.

Description

Read-only

Returns the value in the Description field of this object's record in the ModuleConfiguration table.

DisplayName

Read-only

Returns the value in the DisplayName field of this object's record in the ModuleConfiguration table.

Format

Read-only

Returns the value in the Format field of this object's record in the ModuleConfiguration table.

HelpKeyword

Read-only

Returns the value in the HelpKeyword field of this object's record in the ModuleConfiguration table.

HelpLocation

Read-only

Returns the value in the HelpLocation field of this object's record in the ModuleConfiguration table.

Name

Read-only

Returns the value in the Name field of this object's record in the ModuleConfiguration table.

Type

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

VersionMergemod.dll 2.0 or later
HeaderMergemod.h
DLLMergemod.dll

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.