Compartir a través de


del método TranslationJob.IsLanguageSupported

Espacio de nombres:  Microsoft.Office.Client.TranslationServices
Ensamblados:   Microsoft.Office.Client.TranslationServices.Silverlight (en Microsoft.Office.Client.TranslationServices.Silverlight.dll);  Microsoft.Office.Client.TranslationServices.Phone (en Microsoft.Office.Client.TranslationServices.Phone.dll)  Microsoft.Office.Client.TranslationServices (en Microsoft.Office.Client.TranslationServices.dll)

Sintaxis

'Declaración
Public Shared Function IsLanguageSupported ( _
    context As ClientRuntimeContext, _
    language As String _
) As ClientResult(Of Boolean)
'Uso
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
)

Parámetros

Valor devuelto

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

Vea también

Referencia

clase TranslationJob

Miembros TranslationJob

Espacio de nombres Microsoft.Office.Client.TranslationServices