Click or drag to resize

SolutionGetConfigurationsAndPlatforms Method

Determine lists of unique configurations and platforms from the appropriate global section.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void GetConfigurationsAndPlatforms(
	out List<string> configurations,
	out List<string> platforms
)

Parameters

configurations
Type: System.Collections.GenericListString
The list of configurations.
platforms
Type: System.Collections.GenericListString
The list of platforms.
See Also