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 public ProjectConfiguration FindConfiguration(
string configurationName,
string platformName
)
Parameters
- configurationName
- Type: SystemString
- platformName
- Type: SystemString
Return Value
Type:
ProjectConfigurationThe
ProjectConfiguration object if found, otherwise null.
See Also