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
- context
Tipo: Microsoft.SharePoint.Client.ClientRuntimeContext
- language
Tipo: System.String
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>
Vea también
Referencia
Espacio de nombres Microsoft.Office.Client.TranslationServices