Click or drag to resize

ProjectFindPlatformConfiguration Method

Find any platform-specifc configuration with the specified platform name.

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

Parameters

platformName
Type: SystemString

Return Value

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