Represents the root of component setting overrides in an answer file object. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim answerFileComponentSetting1 As AnswerFileComponentSetting

Syntax

Visual Basic
NotInheritable Public Class AnswerFileComponentSetting
		Inherits ComponentSetting
		Implements IAnswerFileSettingOverrideContainer, ISettingOverrideContainer, IRemovable
C#
public sealed class AnswerFileComponentSetting : ComponentSetting, IAnswerFileSettingOverrideContainer, ISettingOverrideContainer, IRemovable
C++
public ref class AnswerFileComponentSetting sealed : ComponentSetting, IAnswerFileSettingOverrideContainer, ISettingOverrideContainer, IRemovable
J#
public final class AnswerFileComponentSetting extends ComponentSetting implements IAnswerFileSettingOverrideContainer, ISettingOverrideContainer, IRemovable
JScript
public class AnswerFileComponentSetting extends ComponentSetting implements IAnswerFileSettingOverrideContainer, , ISettingOverrideContainer, , IRemovable

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