Get the collection of all components with settings that can be overridden in the answer file. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim answerFile1 As AnswerFile

Dim returnValue As AnswerFileComponentSettingCollection
returnValue = answerFile1.ComponentSettings

Syntax

Visual Basic
Public ReadOnly Property ComponentSettings() As AnswerFileComponentSettingCollection
C#
public AnswerFileComponentSettingCollection ComponentSettings {get;}
C++
public:
property AnswerFileComponentSettingCollection^ ComponentSettings {
		AnswerFileComponentSettingCollection^ get();
}
J#
public AnswerFileComponentSettingCollection get_ComponentSettings();
JScript
public function get ComponentSettings() : AnswerFileComponentSettingCollection;

Property Value

The collection representing all components with settings that can be overridden in the answer file.

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