ApplicationUtilsConvertFrameworkSettingTargetElementTypeToRealType Method  | 
 
            Converts the FrameworkSettingTargetElementType specified to the real type used in the project model.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic static Type ConvertFrameworkSettingTargetElementTypeToRealType(
	FrameworkSettingTargetElementType elementType
)
Public Shared Function ConvertFrameworkSettingTargetElementTypeToRealType ( 
	elementType As FrameworkSettingTargetElementType
) As Type
Parameters
- elementType
 - Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
Type of the element. 
Return Value
Type: 
Type
See Also