TranslationJob.IsLanguageSupported 方法
命名空間: Microsoft.Office.Client.TranslationServices
組件: Microsoft.Office.Client.TranslationServices.Silverlight (在 Microsoft.Office.Client.TranslationServices.Silverlight.dll 中); Microsoft.Office.Client.TranslationServices.Phone (在 Microsoft.Office.Client.TranslationServices.Phone.dll 中) Microsoft.Office.Client.TranslationServices (在 Microsoft.Office.Client.TranslationServices.dll 中)
語法
'宣告
Public Shared Function IsLanguageSupported ( _
context As ClientRuntimeContext, _
language As String _
) As ClientResult(Of Boolean)
'用途
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
)
參數
- language
類型:System.String
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<Boolean>