Represents a component setting either in a Windows image or in an answer file. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim componentId As Identity
Dim componentSetting1 As New ComponentSetting(componentId)

Syntax

Visual Basic
MustInherit Public Class ComponentSetting
		Inherits ObjectBase
		Implements ISettingDefinitionContainer, ISettingOverrideContainer, ICustomTypeDescriptor
C#
public abstract class ComponentSetting : ObjectBase, ISettingDefinitionContainer, ISettingOverrideContainer, ICustomTypeDescriptor
C++
public ref class ComponentSetting abstract : ObjectBase, ISettingDefinitionContainer, ISettingOverrideContainer, ICustomTypeDescriptor
J#
public abstract class ComponentSetting extends ObjectBase implements ISettingDefinitionContainer, ISettingOverrideContainer, ICustomTypeDescriptor
JScript
public abstract class ComponentSetting extends ObjectBase implements ISettingDefinitionContainer, , ISettingOverrideContainer, , ICustomTypeDescriptor

Inheritance Hierarchy

System.Object
   Microsoft.ComponentStudio.Common.ObjectBase
    Microsoft.ComponentStudio.ComponentPlatformInterface.ComponentSetting
       Microsoft.ComponentStudio.ComponentPlatformInterface.AnswerFileComponentSetting

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also