Retrieves the collection of all component settings within the image. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim offlineImage1 As OfflineImage

Dim returnValue As ReadOnlyKeyedCollection(Of Identity, ComponentSetting)
returnValue = offlineImage1.ComponentSettings

Syntax

Visual Basic
Public ReadOnly Property ComponentSettings() As ReadOnlyKeyedCollection(Of Identity, ComponentSetting)
C#
public ReadOnlyKeyedCollection<Identity, ComponentSetting> ComponentSettings {get;}
C++
public:
property ReadOnlyKeyedCollection<Identity^, ComponentSetting^>^ ComponentSettings {
		ReadOnlyKeyedCollection<Identity^, ComponentSetting^>^ get();
}
J#
public ReadOnlyKeyedCollection<Identity, ComponentSetting> get_ComponentSettings();
JScript
JScript does not support Generics.

Property Value

The collection of all component settings.

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