Click or drag to resize
CodeGenerationMetaDataStoreGetLanguagesForFileExtension Method
Gets the languages for the file extension specified. Value1 is the output language, Value2 is the logic language.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Pair<string, string> GetLanguagesForFileExtension(
	string fileExtension
)

Parameters

fileExtension
Type: SystemString
The file extension. Has to be all lower case

Return Value

Type: PairString, String
Pair with the languages to use in the text editor or null if no languages are defined
See Also