Click or drag to resize

ProjectGetRealStringSettingValueWithMacrosResolved Method

Gets the real setting value of the setting with the name specified as string. Also resolves any macros defined in the value (if any) to real values.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public string GetRealStringSettingValueWithMacrosResolved(
	string settingName,
	ITargetFrameworkHolder frameworkHolder
)

Parameters

settingName
Type: SystemString
Name of the setting.
frameworkHolder
Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesITargetFrameworkHolder
The framework holder which can be a derived model or the project.

Return Value

Type: String
the real setting value of the setting with the name specified as string, or string.Empty if not found. Macros are resolved.

Implements

IOutputSettingValuesTargetGetRealStringSettingValueWithMacrosResolved(String, ITargetFrameworkHolder)
See Also