Retrieves setting information for the specified component in all configuration passes. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim identity As Identity
Dim returnValue As ReadOnlyKeyedCollection(Of ConfigurationPass, AnswerFileComponentSetting)
Dim answerFileComponentSettingCollection1 As AnswerFileComponentSettingCollection
returnValue = answerFileComponentSettingCollection1.FindAll(identity)

Syntax

Visual Basic
Overloads Public Function FindAll( _
		ByVal identity As Identity _
) As ReadOnlyKeyedCollection(Of ConfigurationPass, AnswerFileComponentSetting)
C#
public ReadOnlyKeyedCollection<ConfigurationPass, AnswerFileComponentSetting> FindAll(
		Identity identity
);
C++
public:
ReadOnlyKeyedCollection<ConfigurationPass, AnswerFileComponentSetting^>^ FindAll(
		Identity^ identity
);
J#
public ReadOnlyKeyedCollection<ConfigurationPass, AnswerFileComponentSetting> FindAll(
		Identity identity
);
JScript
JScript does not support Generics.

Parameters

identity

Identity of the component

Return Value

A collection indexed by ConfigurationPass that contains setting information of the specified component in all configuration passes.

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