Click or drag to resize

ProjectFindConfiguration Method

Find any configuration with the specified configuration name and platform name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ProjectConfiguration FindConfiguration(
	string configurationName,
	string platformName
)

Parameters

configurationName
Type: SystemString
platformName
Type: SystemString

Return Value

Type: ProjectConfiguration
The ProjectConfiguration object if found, otherwise null.
See Also