ProjectGetDefaultsForTargetElementType Method |
Gets the defaults for attributes/additional interfaces/namespaces for the targetelement specified, or null if not found
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public OutputSettingValuesContainer GetDefaultsForTargetElementType(
FrameworkSettingTargetElementType targetElementType
)
Public Function GetDefaultsForTargetElementType (
targetElementType As FrameworkSettingTargetElementType
) As OutputSettingValuesContainer
Parameters
- targetElementType
- Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
Type of the target element.
Return Value
Type:
OutputSettingValuesContainerthe defaults for attributes/additional interfaces/namespaces for the targetelement specified, or null if not found
See Also