ProjectGetLastUsedCodeGenerationCyclePreferencesForOutput Method |
Gets the last used code generation cycle preferences for the output type specified, or a new one (which is added to the internal list)
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public CodeGenerationCyclePreferences GetLastUsedCodeGenerationCyclePreferencesForOutput(
CodeGenerationCycleOutputType outputType
)
Public Function GetLastUsedCodeGenerationCyclePreferencesForOutput (
outputType As CodeGenerationCycleOutputType
) As CodeGenerationCyclePreferences
Parameters
- outputType
- Type: SD.LLBLGen.Pro.ApplicationCoreCodeGenerationCycleOutputType
Type of the output.
Return Value
Type:
CodeGenerationCyclePreferenceslast used preferences or a new instance if no last used instance was found
See Also