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