DerivedModelDefinitionGetDefaultsForTargetElementType Method  | 
 
            Gets the defaults for attributes/additional interfaces/namespaces for the targetelement specified, or null if not found
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.DerivedModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic 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