Partager via


TranslationJob.IsLanguageSupported - 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 IsLanguageSupported ( _
    context As ClientRuntimeContext, _
    language As String _
) As ClientResult(Of Boolean)
'Utilisation
Dim context As ClientRuntimeContext
Dim language As String
Dim returnValue As ClientResult(Of Boolean)

returnValue = TranslationJob.IsLanguageSupported(context, _
    language)
public static ClientResult<bool> IsLanguageSupported(
    ClientRuntimeContext context,
    string language
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<Boolean>

Voir aussi

Référence

TranslationJob classe

TranslationJob - Membres

Microsoft.Office.Client.TranslationServices - Espace de noms