TranslationJob.EnumerateSupportedLanguages - Méthode
Espace de noms : Microsoft.Office.Client.TranslationServices
Assemblys : Microsoft.Office.Client.TranslationServices.Silverlight (dans Microsoft.Office.Client.TranslationServices.Silverlight.dll); Microsoft.Office.Client.TranslationServices.Phone (dans Microsoft.Office.Client.TranslationServices.Phone.dll) Microsoft.Office.Client.TranslationServices (dans Microsoft.Office.Client.TranslationServices.dll)
Syntaxe
'Déclaration
Public Shared Function EnumerateSupportedLanguages ( _
context As ClientRuntimeContext _
) As IEnumerable(Of String)
'Utilisation
Dim context As ClientRuntimeContext
Dim returnValue As IEnumerable(Of String)
returnValue = TranslationJob.EnumerateSupportedLanguages(context)
public static IEnumerable<string> EnumerateSupportedLanguages(
ClientRuntimeContext context
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
Valeur renvoyée
Type : System.Collections.Generic.IEnumerable<String>
Voir aussi
Référence
Microsoft.Office.Client.TranslationServices - Espace de noms