Represents the action of the override, such as modify, or remove or add a list item. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim settingOverride_ActionType1 As SettingOverride.ActionType = SettingOverride.ActionType.AddListItem

Syntax

Visual Basic
Public Enum SettingOverride.ActionType
C#
public enum SettingOverride.ActionType
C++
public enum class SettingOverride::ActionType
J#
public enum SettingOverride.ActionType
JScript
public enum SettingOverride.ActionType

Members

Member name Description
AddListItem Add this setting override as a new item to the existing list.
DefaultAction The default action value for a newly created setting override. For scalar type settings, the default action is to modify the existing value. For list type settings, the default action is to add the list item.
Modify Modifies the existing value in the Windows image with the value in this setting override, or replace the existing list item having the same key with this setting override.
RemoveListItem Remove the existing item in the list with the same key as the setting override.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also