Share via


TranslationService.EnumerateFileExtensions method

Enumerates all file extensions supported by the translation service, including extensions that are disabled in individual translation service applications.

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public Shared Function EnumerateFileExtensions As IEnumerable(Of String)
'Usage
Dim returnValue As IEnumerable(Of String)

returnValue = TranslationService.EnumerateFileExtensions()
public static IEnumerable<string> EnumerateFileExtensions()

Return value

Type: System.Collections.Generic.IEnumerable<String>

See also

Reference

TranslationService class

TranslationService members

Microsoft.Office.TranslationServices namespace