Represents the interface for objects in an answer file that contains child overrides. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Public Class answerFileSettingOverrideContainerImplementation
		Implements IAnswerFileSettingOverrideContainer
End Class
Dim answerFileSettingOverrideContainerImplementation1 As New answerFileSettingOverrideContainerImplementation()

Syntax

Visual Basic
Public Interface IAnswerFileSettingOverrideContainer
		Inherits ISettingOverrideContainer
C#
public interface IAnswerFileSettingOverrideContainer : ISettingOverrideContainer
C++
public interface class IAnswerFileSettingOverrideContainer : ISettingOverrideContainer
J#
public interface IAnswerFileSettingOverrideContainer implements ISettingOverrideContainer
JScript
public interface IAnswerFileSettingOverrideContainer implements ISettingOverrideContainer

Platforms

Development Platforms

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

Target Platforms

See Also