Retrieves the configuration passes collection based on a component name command. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim commandComponentName As String
Dim returnValue As ReadOnlyCollection(Of ConfigurationPass)
returnValue = RunOnceCommand.GetApplicableConfigurationPasses(commandComponentName)

Syntax

Visual Basic
Public Shared Function GetApplicableConfigurationPasses( _
		ByVal commandComponentName As String _
) As ReadOnlyCollection(Of ConfigurationPass)
C#
public static ReadOnlyCollection<ConfigurationPass> GetApplicableConfigurationPasses(
		string commandComponentName
);
C++
public:
static ReadOnlyCollection<ConfigurationPass>^ GetApplicableConfigurationPasses(
		String^ commandComponentName
);
J#
public static ReadOnlyCollection<ConfigurationPass> GetApplicableConfigurationPasses(
		System.String commandComponentName
);
JScript
JScript does not support Generics.

Parameters

commandComponentName

Component name command.

Return Value

The collection of 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