Click or drag to resize

CodeGenerationMetaDataStore.GetLanguagesForFileExtension 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.8.0.0 (5.8.21.0208)
Syntax
public Pair<string, string> GetLanguagesForFileExtension(
	string fileExtension
)

Parameters

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

Return Value

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