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.4.0.0 (5.4.0)
Syntaxpublic Pair<string, string> GetLanguagesForFileExtension(
	string fileExtension
)
Public Function GetLanguagesForFileExtension ( 
	fileExtension As String
) As Pair(Of String, String)
Parameters
- fileExtension
 - Type: SystemString
The file extension. Has to be all lower case 
Return Value
Type: 
PairString, 
StringPair with the languages to use in the text editor or null if no languages are defined
See Also